Add help for copying current field above or below current row
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Jun 2009 18:45:11 +0000 (18:45 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Jun 2009 18:45:11 +0000 (18:45 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13274 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/marcedit.xul
Open-ILS/xul/staff_client/server/locale/en-US/cat.properties

index 7ea0020..38ed546 100644 (file)
@@ -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' +
index 1c9f2f2..acdbb0d 100644 (file)
@@ -214,6 +214,8 @@ staff.cat.copy_summary.unset=<Unset>
 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