[open-ils-commits] r13274 - in trunk/Open-ILS/xul/staff_client/server: cat locale/en-US (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 1 14:45:15 EDT 2009


Author: dbs
Date: 2009-06-01 14:45:11 -0400 (Mon, 01 Jun 2009)
New Revision: 13274

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul
   trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
Log:
Add help for copying current field above or below current row


Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul	2009-06-01 04:56:58 UTC (rev 13273)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul	2009-06-01 18:45:11 UTC (rev 13274)
@@ -38,6 +38,8 @@
 			oncommand="alert(
 				$('catStrings').getString('staff.cat.marcedit.help.add_row') + '\n' +
 				$('catStrings').getString('staff.cat.marcedit.help.insert_row') + '\n' +
+				$('catStrings').getString('staff.cat.marcedit.help.copy_row_up') + '\n' +
+				$('catStrings').getString('staff.cat.marcedit.help.copy_row_down') + '\n' +
 				$('catStrings').getString('staff.cat.marcedit.help.add_subfield') + '\n' +
 				$('catStrings').getString('staff.cat.marcedit.help.remove_row') + '\n' +
 				$('catStrings').getString('staff.cat.marcedit.help.remove_subfield') + '\n' +

Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties	2009-06-01 04:56:58 UTC (rev 13273)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties	2009-06-01 18:45:11 UTC (rev 13274)
@@ -214,6 +214,8 @@
 staff.cat.copy_summary.not_cataloged=Not Cataloged
 staff.cat.marcedit.help.add_row=Add Row: CTRL+Enter
 staff.cat.marcedit.help.insert_row=Insert Row: CTRL+Shift+Enter
+staff.cat.marcedit.help.copy_row_up=Copy Current Row Above: CTRL+Up
+staff.cat.marcedit.help.copy_row_down=Copy Current Row Below: CTRL+Down
 staff.cat.marcedit.help.add_subfield=Add Subfield: CTRL+D (CTRL+I on Mac OS X)
 staff.cat.marcedit.help.remove_row=Remove Row: CTRL+Del
 staff.cat.marcedit.help.remove_subfield=Remove Subfield: SHIFT+Del



More information about the open-ils-commits mailing list