[open-ils-commits] r14715 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 1 21:11:43 EST 2009


Author: phasefx
Date: 2009-11-01 21:11:42 -0500 (Sun, 01 Nov 2009)
New Revision: 14715

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/items.xul
   trunk/Open-ILS/xul/staff_client/server/patron/items_overlay.xul
Log:
these make more sense in the overlay

Modified: trunk/Open-ILS/xul/staff_client/server/patron/items.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items.xul	2009-11-02 01:55:27 UTC (rev 14714)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items.xul	2009-11-02 02:11:42 UTC (rev 14715)
@@ -68,45 +68,7 @@
     <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale' -->/cat.properties"/>
     <messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
 
-    <commandset id="items_cmds">
-        <command id="save_columns" />
-        <command id="sel_bucket" disabled="true"/>
-        <command id="sel_clip" />
-        <command id="sel_copy_details"/>
-        <command id="sel_patron"/>
-        <command id="cmd_items_print" />
-        <command id="cmd_items_export" />
-        <command id="cmd_items_renew" />
-        <command id="cmd_items_renew_all" />
-        <command id="cmd_items_claimed_returned" />
-        <command id="cmd_items_checkin" />
-        <command id="cmd_items_edit" />
-        <command id="cmd_items_mark_lost" />
-        <command id="cmd_show_catalog" />
-        <command id="cmd_add_billing" />
-        <command id="sel_mark_items_damaged" disabled="true"/>
-        <command id="sel_mark_items_missing" disabled="true"/>
-        
-        <command id="cmd_show_noncats" />
-
-        <command id="save_columns2" />
-        <command id="sel_bucket2" disabled="true"/>
-        <command id="sel_clip2" />
-        <command id="sel_copy_details2"/>
-        <command id="sel_patron2"/>
-        <command id="cmd_items_print2" />
-        <command id="cmd_items_export2" />
-        <command id="cmd_items_renew2" />
-        <command id="cmd_items_claimed_returned2" />
-        <command id="cmd_items_checkin2" />
-        <command id="cmd_items_edit2" />
-        <command id="cmd_items_mark_lost2" />
-        <command id="cmd_show_catalog2" />
-        <command id="cmd_add_billing2" />
-        <command id="sel_mark_items_damaged2" disabled="true"/>
-        <command id="sel_mark_items_missing2" disabled="true"/>
-    </commandset>
-
+    <commandset id="items_cmds" />
     <popupset id="items_popupset"/>
 
     <box id="items_main" />

Modified: trunk/Open-ILS/xul/staff_client/server/patron/items_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items_overlay.xul	2009-11-02 01:55:27 UTC (rev 14714)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items_overlay.xul	2009-11-02 02:11:42 UTC (rev 14715)
@@ -7,8 +7,47 @@
 
 <script>dump('loading items_overlay.xul\n');</script>
 
-<commandset id="items_cmds" />
+<commandset id="items_cmds">
+    <command id="save_columns" />
+    <command id="sel_bucket" disabled="true"/>
+    <command id="sel_clip" />
+    <command id="sel_copy_details"/>
+    <command id="sel_patron"/>
+    <command id="cmd_items_print" />
+    <command id="cmd_items_export" />
+    <command id="cmd_items_renew" />
+    <command id="cmd_items_renew_all" />
+    <command id="cmd_items_claimed_returned" />
+    <command id="cmd_items_checkin" />
+    <command id="cmd_items_edit" />
+    <command id="cmd_items_mark_lost" />
+    <command id="cmd_show_catalog" />
+    <command id="cmd_add_billing" />
+    <command id="sel_mark_items_damaged" disabled="true"/>
+    <command id="sel_mark_items_missing" disabled="true"/>
+    
+    <command id="cmd_show_noncats" />
 
+    <command id="save_columns2" />
+    <command id="sel_bucket2" disabled="true"/>
+    <command id="sel_clip2" />
+    <command id="sel_copy_details2"/>
+    <command id="sel_patron2"/>
+    <command id="cmd_items_print2" />
+    <command id="cmd_items_export2" />
+    <command id="cmd_items_renew2" />
+    <command id="cmd_items_claimed_returned2" />
+    <command id="cmd_items_checkin2" />
+    <command id="cmd_items_edit2" />
+    <command id="cmd_items_mark_lost2" />
+    <command id="cmd_show_catalog2" />
+    <command id="cmd_add_billing2" />
+    <command id="sel_mark_items_damaged2" disabled="true"/>
+    <command id="sel_mark_items_missing2" disabled="true"/>
+</commandset>
+
+
+
 <popupset id="items_popupset">
     <popup id="items_actions" position="at_pointer"> 
         <menuitem command="sel_clip" label="&staff.patron.items_overlay.sel_clip.label;" accesskey="&staff.patron.items_overlay.sel_clip.accesskey;"/>



More information about the open-ils-commits mailing list