Changeset 9966

Show
Ignore:
Timestamp:
07/03/08 22:37:16 (3 months ago)
Author:
dbs
Message:

Wrap those attributes in quotes, dangit.
And move one more attribute into an entity.

Location:
trunk/Open-ILS
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/web/opac/locale/en-US/lang.dtd

    r9890 r9966  
    20062006<!ENTITY staff.cat.spine_labels.custom.label "Custom:"> 
    20072007<!ENTITY staff.cat.spine_labels.available_macros.label "Available Macros"> 
     2008<!ENTITY staff.cat.volume_copy_creator.title "Volume/Copy Editor"> 
    20082009<!ENTITY staff.cat.volume_copy_creator.label "Volume/Copy Creator"> 
    20092010<!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  
    2222        onload="try { my_init(); font_helper(); } catch(E) { alert(E); }" 
    2323        width="800" height="580" 
    24         title="Volume/Copy Editor" 
     24        title="&staff.cat.volume_copy_creator.title;" 
    2525        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
    2626 
    2727        <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// --> 
    2828        <!-- 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;  
    3131        </script> 
    32         <scripts id="openils_util_scripts"/> 
     32        <scripts id="openils_util_scripts"/> 
    3333 
    3434        <script type="text/javascript" src="/xul/server/main/JSAN.js"/> 
     
    4141        <iframe id="summary" /> 
    4242        <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;"/> 
    4444                <hbox style="border-bottom: solid black thin"> 
    4545                        <hbox id="marc_cn"/> 
    4646                        <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;"/> 
    4848                        <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;"/> 
    4949                        <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();"/>