[open-ils-commits] r12861 - branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 13 23:19:05 EDT 2009


Author: phasefx
Date: 2009-04-13 23:19:03 -0400 (Mon, 13 Apr 2009)
New Revision: 12861

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
   branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
Log:
remove stubs

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2009-04-14 03:16:51 UTC (rev 12860)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2009-04-14 03:19:03 UTC (rev 12861)
@@ -117,9 +117,13 @@
 <menu id="main.menu.edit" label="&staff.main.menu.edit.label;" accesskey="&staff.main.menu.edit.accesskey;">
 	<menupopup id="main.menu.edit.popup">
 		<menuitem label="&staff.main.menu.edit.buckets.copies;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.edit.buckets.copies.accesskey;"/>
+        <!--
 		<menuitem label="&staff.main.menu.edit.buckets.volumes;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.edit.buckets.volumes.accesskey;"/>
+        -->
 		<menuitem label="&staff.main.menu.edit.buckets.records;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.edit.buckets.records.accesskey;"/>
+        <!--
 		<menuitem label="&staff.main.menu.edit.buckets.users;" command="cmd_edit_user_buckets" accesskey="&staff.main.menu.edit.buckets.users.accesskey;"/>
+        -->
 		<menuseparator />
 		<menuitem label="&staff.main.menu.replace_barcode.label;" command="cmd_replace_barcode"/>
 	</menupopup>
@@ -160,7 +164,9 @@
 		<menuitem disabled="true" label="&staff.main.menu.cat.dedup.label;" accesskey="&staff.main.menu.cat.dedup.accesskey;" command="cmd_broken"/>
 		-->
 		<menuitem label="&staff.main.menu.cat.edit_copy_buckets.label;" command="cmd_edit_copy_buckets" accesskey="&staff.main.menu.cat.edit_copy_buckets.accesskey;"/>
+        <!--
 		<menuitem label="&staff.main.menu.cat.edit_volume_buckets.label;" command="cmd_edit_volume_buckets" accesskey="&staff.main.menu.cat.edit_volume_buckets.accesskey;"/>
+        -->
 		<menuitem label="&staff.main.menu.cat.edit_record_buckets.label;" command="cmd_edit_record_buckets" accesskey="&staff.main.menu.cat.edit_record_buckets.accesskey;"/>
 		<menuseparator />
 		<menuitem label="&staff.main.menu.cat.create_marc.label;" accesskey="&staff.main.menu.cat.create_marc.accesskey;" command="cmd_create_marc"/>

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2009-04-14 03:16:51 UTC (rev 12860)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2009-04-14 03:19:03 UTC (rev 12861)
@@ -52,7 +52,9 @@
 		<menu id="main.menu.cat" />
 		<spacer flex="1" />
 		<menu id="main.menu.admin" />
+		<!--
 		<menu id="main.menu.help" />
+		-->
 	</menubar>
 </toolbox>
 



More information about the open-ils-commits mailing list