warning about changing call number data
authorJason Etheridge <jason@esilibrary.com>
Mon, 7 Mar 2011 12:33:34 +0000 (07:33 -0500)
committerJason Etheridge <jason@esilibrary.com>
Mon, 7 Mar 2011 12:33:34 +0000 (07:33 -0500)
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul

index a723b5f..93b4238 100644 (file)
 <!ENTITY staff.cat.volume_copy_creator.print_labels.accesskey "P">
 <!ENTITY staff.cat.volume_copy_creator.library_label.value "Library">
 <!ENTITY staff.cat.volume_copy_creator.num_of_volumes_label.value "# of volumes">
+<!ENTITY staff.cat.volume_copy_creator.class_prefix_suffix_warning "WARNING: Saving changes to Classification, Prefix, and/or Suffix will affect all items attached to the specified volume, not just the items presented in this interface.">
 <!ENTITY staff.cat.volume_editor.title "Volumes">
 <!ENTITY staff.cat.volume_editor.caption.label "Volume Editor">
 <!ENTITY staff.cat.volume_editor.modify.label "Modify">
index 4d62a96..9f42688 100644 (file)
@@ -57,7 +57,9 @@
         </grid>
     </groupbox>
     <hbox style="border-bottom: solid black thin">
-        <spacer flex="1" />
+        <hbox flex="1">
+            <description>&staff.cat.volume_copy_creator.class_prefix_suffix_warning;</description>
+        </hbox>
         <hbox id="non_unified_buttons">
             <button id="CreateWithDefaults" disabled="true" oncommand="g.stash_and_close('noedit');"/>
             <button id="EditThenCreate" disabled="true" oncommand="g.stash_and_close('edit');"/>