From 34a1d5f7dcf1fd3c076120206a8fd4bb2c6996c7 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 1 Jun 2009 18:45:11 +0000 Subject: [PATCH] Add help for copying current field above or below current row 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 | 2 ++ Open-ILS/xul/staff_client/server/locale/en-US/cat.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.xul b/Open-ILS/xul/staff_client/server/cat/marcedit.xul index 7ea00206de..38ed546f84 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.xul +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.xul @@ -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' + diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties index 1c9f2f241e..acdbb0df82 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties @@ -214,6 +214,8 @@ staff.cat.copy_summary.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 -- 2.43.2