Update LP1159768 - Client: Holds Client Controls Confusing
authorKyle Tomita <ktomita@catalystitservices.com>
Wed, 27 Mar 2013 22:31:17 +0000 (15:31 -0700)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 2 Apr 2013 15:00:17 +0000 (11:00 -0400)
The new string "Are you sure you want to cancel the hold(s)?"
has been added as the following variable,
staff.hold_list.cancel_hold_dialog.confirmation.

The string also needs to be translated to all supported languages.

Signed-off-by: Kyle Tomita <ktomita@catalystitservices.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/patron/hold_cancel.xul

index 6d6b2e5..d52ae78 100644 (file)
 <!ENTITY staff.hold_list.cancel_hold_dialog.cancel_btn.accesskey "N">
 <!ENTITY staff.hold_list.cancel_hold_dialog.apply_btn.label "Yes">
 <!ENTITY staff.hold_list.cancel_hold_dialog.apply_btn.accesskey "Y">
+<!ENTITY staff.hold_list.cancel_hold_dialog.confirmation "Are you sure you want to cancel the hold(s)?">
 <!ENTITY staff.cat.manage_multi_bib_items.caption "Manage Conjoined Items">
 <!ENTITY staff.cat.manage_multi_bib_items.actions.menu.label "Actions for Selected Items">
 <!ENTITY staff.cat.manage_multi_bib_items.actions.menu.accesskey "f">
index ca0941b..49aea97 100644 (file)
@@ -49,7 +49,7 @@
     <textbox id="note_tb" multiline="true" />
     <hbox>
         <spacer flex="1"/>
-        Are you sure you want to cancel the hold(s)?
+        <label value="&staff.hold_list.cancel_hold_dialog.confirmation;" />
         <button id="cancel_btn" label="&staff.hold_list.cancel_hold_dialog.cancel_btn.label;" accesskey="&staff.hold_list.cancel_hold_dialog.cancel_btn.accesskey;" />
         <button id="apply_btn" label="&staff.hold_list.cancel_hold_dialog.apply_btn.label;" accesskey="&staff.hold_list.cancel_hold_dialog.apply_btn.accesskey;" />
     </hbox>