Changeset 9966
- Timestamp:
- 07/03/08 22:37:16 (3 months ago)
- Location:
- trunk/Open-ILS
- Files:
-
- 2 modified
-
web/opac/locale/en-US/lang.dtd (modified) (1 diff)
-
xul/staff_client/server/cat/volume_copy_creator.xul (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
r9890 r9966 2006 2006 <!ENTITY staff.cat.spine_labels.custom.label "Custom:"> 2007 2007 <!ENTITY staff.cat.spine_labels.available_macros.label "Available Macros"> 2008 <!ENTITY staff.cat.volume_copy_creator.title "Volume/Copy Editor"> 2008 2009 <!ENTITY staff.cat.volume_copy_creator.label "Volume/Copy Creator"> 2009 2010 <!ENTITY staff.cat.volume_copy_creator.check_barcodes.label "Check Barcodes?"> -
trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul
r9824 r9966 22 22 onload="try { my_init(); font_helper(); } catch(E) { alert(E); }" 23 23 width="800" height="580" 24 title=" Volume/Copy Editor"24 title="&staff.cat.volume_copy_creator.title;" 25 25 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 26 26 27 27 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// --> 28 28 <!-- BEHAVIOR --> 29 <script type="text/javascript">30 var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true;29 <script type="text/javascript"> 30 var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true; 31 31 </script> 32 <scripts id="openils_util_scripts"/>32 <scripts id="openils_util_scripts"/> 33 33 34 34 <script type="text/javascript" src="/xul/server/main/JSAN.js"/> … … 41 41 <iframe id="summary" /> 42 42 <groupbox flex="1" style="overflow: auto"> 43 <caption id="caption" label="&staff.cat.volume_copy_creator.label; />43 <caption id="caption" label="&staff.cat.volume_copy_creator.label;"/> 44 44 <hbox style="border-bottom: solid black thin"> 45 45 <hbox id="marc_cn"/> 46 46 <spacer flex="1" /> 47 <checkbox id="check_barcodes" label="&staff.cat.volume_copy_creator.check_barcodes.label; oncommand="g.save_prefs();" accesskey="&staff.cat.volume_copy_creator.check_barcodes.accesskey;"/>47 <checkbox id="check_barcodes" label="&staff.cat.volume_copy_creator.check_barcodes.label;" oncommand="g.save_prefs();" accesskey="&staff.cat.volume_copy_creator.check_barcodes.accesskey;"/> 48 48 <checkbox id="print_labels" label="&staff.cat.volume_copy_creator.print_labels.label;" oncommand="g.save_prefs();" accesskey="&staff.cat.volume_copy_creator.print_labels.accesskey;"/> 49 49 <button id="Create" accesskey="&staff.cat.volume_copy_creator.create.accesskey;" label="&staff.cat.volume_copy_creator.create.label;" disabled="true" oncommand="g.stash_and_close();"/>
