[open-ils-commits] [GIT] Evergreen ILS branch master updated. aad8e649e20faefe1fb5202ec46404a260a5d105

Evergreen Git git at git.evergreen-ils.org
Mon Dec 17 23:31:25 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  aad8e649e20faefe1fb5202ec46404a260a5d105 (commit)
      from  94e7d06d35f5cd3bd3c762bd3edb350f6e0e15f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aad8e649e20faefe1fb5202ec46404a260a5d105
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Thu Dec 13 10:00:43 2012 +0200

    LP#1088868: Column sort popup menu has no background style
    
    Change the menu from "popup" element to "menupopup", as per tsbere's suggestion.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul b/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
index 3192a90..b4b81ac 100644
--- a/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
+++ b/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
@@ -80,12 +80,12 @@
             <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'/>

-----------------------------------------------------------------------

Summary of changes:
 .../staff_client/server/OpenILS/util_overlay.xul   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list