LP#1088868: Column sort popup menu has no background style
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Thu, 13 Dec 2012 08:00:43 +0000 (10:00 +0200)
committerBen Shum <bshum@biblio.org>
Tue, 18 Dec 2012 04:27:11 +0000 (23:27 -0500)
Change the menu from "popup" element to "menupopup", as per tsbere's suggestion.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul

index 3192a90..b4b81ac 100644 (file)
             <menuitem label="&common.textbox.delete;" oncommand="document.popupNode.value = ''" />
             <menuitem label="&common.textbox.select_all;" oncommand="document.popupNode.select()" />
         </menupopup>
-        <popup id="column_sort_menu">
+        <menupopup id="column_sort_menu">
             <menuitem label="&common.sort.first.ascending;" oncommand="util.sort.dispatch('first','asc');"/>
             <menuitem label="&common.sort.first.descending;" oncommand="util.sort.dispatch('first','desc');"/>
             <menuitem label="&common.sort.next.ascending;" oncommand="util.sort.dispatch('next','asc');"/>
             <menuitem label="&common.sort.next.descending;" oncommand="util.sort.dispatch('next','desc');"/>
-        </popup>
+        </menupopup>
         <messagecatalog id="commonStrings" src='/xul/server/locale/<!--#echo var="locale"-->/common.properties'/>
         <messagecatalog id="offlineStrings" src='/xul/server/locale/<!--#echo var="locale"-->/offline.properties'/>
         <messagecatalog id="authStrings" src='/xul/server/locale/<!--#echo var="locale"-->/auth.properties'/>