Re: [opensource-dev] Need help about EXT-1285

2011-10-31 Thread Marine Kelley
Thanks WolfPup. With this change and a couple other tweaks, I could finally get an inverted dialog box, which achieves exactly what I wanted with my option 1. Kudos ! Marine On 31/10/2011, WolfPup Lowenhar wrote: > The position of the buttons can be easily move by changing line 87 of > panel_not

Re: [opensource-dev] Need help about EXT-1285

2011-10-31 Thread WolfPup Lowenhar
The position of the buttons can be easily move by changing line 87 of panel_notification.xml. Orginal : follows="left|right|bottom" Top placement : follows="left|right|top" <- this should move the buttons to the top of the layout but also might have to move lines 85-99 to the top of the xml file a