Bug 2780 - Capitalize strings consistently (Cataloging plugins)
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / marc21_field_006.tt
index 3c2e02c..2824577 100644 (file)
@@ -16,7 +16,7 @@
         var form = document.f_pop;
         h4_result = document.getElementById("h4_result");
         tr_result = document.getElementById("tr_result");
-        objXmlControlField = new xmlControlField('[% tagfield %]', 'f_pop', document.getElementById('material_type'), document.getElementById('table_material_types'), 'h4_result', 'tr_result', '');
+        objXmlControlField = new xmlControlField('[% tagfield %]', 'f_pop', document.getElementById('material_type'), document.getElementById('table_material_types'), 'h4_result', 'tr_result', '', '[% themelang %]');
         objXmlControlField.loadXmlValues();
         renderResult(tr_result, (form.result.value != "")?form.result.value:returnValueParam("result"));
         [% END %]
@@ -33,7 +33,7 @@
 </script>
 
 </head>
-<body style="padding:1em;" onload="loadXmlValues()">
+<body id="cat_marc21_field_006" class="cat" style="padding:1em;" onload="loadXmlValues()">
 <h3>006 Fixed-length data elements--Additional material characteristics--General information</h3>
 
 <table border="1">
@@ -48,7 +48,7 @@
 <input type="hidden" id="result" name="result" value="[% result %]" />
 <table id="table_material_types">
     <tr id="tr_material_types">
-        <td><label for="material_type" title="Select a type of material to specify the variable values">Type of Material</label></td>
+        <td><label for="material_type" title="Select a type of material to specify the variable values">Type of material</label></td>
         <td>
             <select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)">
                 <option value="">Select a type of material</option>