View | Details | Raw Unified | Return to bug 11639
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt (-7 / +16 lines)
Lines 1100-1107 function RedrawChoices(typ){ Link Here
1100
                          <tr> \
1100
                          <tr> \
1101
                           <td><label for="f6">' +
1101
                           <td><label for="f6">' +
1102
                               _("06-08 Image bit depth") +
1102
                               _("06-08 Image bit depth") +
1103
                           '</label> <br /><I>(if exact bit depth known, enter; <br />otherwise use pulldown)</i></td> \
1103
                           '</label> <br /><I>' +
1104
				<td><input type="text" size=3 name="f6" id = "f6" value="[% f6 %][% f7 %][% f8 %]" />- <label for="f6pulldown">Exact bit depth 001-999</label> \
1104
                           _("(if exact bit depth known, enter; <br />otherwise use pulldown)") +
1105
                           '</i></td> \
1106
                            <td><input type="text" size=3 name="f6" id = "f6" value="[% f6 %][% f7 %][% f8 %]" />- <label for="f6pulldown">' +
1107
                           _("Exact bit depth 001-999") +
1108
                           '</label> \
1105
                             <select id="f6pulldown" name="f6pulldown" onchange="editER_fld6(this.options[selectedIndex].value)"> \
1109
                             <select id="f6pulldown" name="f6pulldown" onchange="editER_fld6(this.options[selectedIndex].value)"> \
1106
                              <option value="">' +
1110
                              <option value="">' +
1107
                                  _(" ") +
1111
                                  _(" ") +
Lines 3894-3901 function RedrawChoices(typ){ Link Here
3894
                          <tr> \
3898
                          <tr> \
3895
                           <td><label for="f6">' +
3899
                           <td><label for="f6">' +
3896
                               _("06-08 Reduction ratio") +
3900
                               _("06-08 Reduction ratio") +
3897
                           '</label> <br /><I>(three digits, pad with zero as needed, <br />or ||| for no attempt to code)</i></td> \
3901
                           '</label> <br /><I>' +
3898
				<td><input type="text" size=3 name="f6" id = "f6" value="[% f6 %][% f7 %][% f8 %]"> - 001-999</input> \
3902
                           _("(three digits, pad with zero as needed, <br />or ||| for no attempt to code)") +
3903
                           '</i></td> \
3904
                            <td><input type="text" size=3 name="f6" id = "f6" value="[% f6 %][% f7 %][% f8 %]"> - 001-999</input> \
3899
                            </td> \
3905
                            </td> \
3900
                           </td> \
3906
                           </td> \
3901
                          <tr> \
3907
                          <tr> \
Lines 6425-6432 function RedrawChoices(typ){ Link Here
6425
                          <tr> \
6431
                          <tr> \
6426
                           <td><label for="f17">' +
6432
                           <td><label for="f17">' +
6427
                               _("17-22 Film inspection date") +
6433
                               _("17-22 Film inspection date") +
6428
                           '</label><br /><I>(YYYYMM; use up to 6 - for unknown <br />or | for no attempt to code)</i></td> \
6434
                           '</label><br /><I>' +
6429
				<td><input type="text" size=6 name="f17" id = "f17" value="[% f17 %][% f18 %][% f19 %][% f20 %][% f21 %][% f22 %]">- Date</input> \
6435
                           _("(YYYYMM; use up to 6 - for unknown <br />or | for no attempt to code)") +
6436
                           '</i></td> \
6437
                            <td><input type="text" size=6 name="f17" id = "f17" value="[% f17 %][% f18 %][% f19 %][% f20 %][% f21 %][% f22 %]">- ' +
6438
                            _("Date") +
6439
                            '</input> \
6430
                            </td> \
6440
                            </td> \
6431
                           </td> \
6441
                           </td> \
6432
                        </table>';  
6442
                        </table>';  
6433
- 

Return to bug 11639