[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. cc8039a36d41fa6f8f316a6843bb07fc63f04f59

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, rel_2_3 has been updated
       via  cc8039a36d41fa6f8f316a6843bb07fc63f04f59 (commit)
      from  8b2a2db2384eab017531e40f01871ceba6c5befe (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 cc8039a36d41fa6f8f316a6843bb07fc63f04f59
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