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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_325h.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
    <div class="page-section">
19
    <div class="page-section">
20
        <table>
20
        <table>
21
            <tr>
21
            <tr>
22
                <td><label for="f0">Completeness of the reproduction code :</label></td>
22
                <td><label for="f0">Completeness of the reproduction code:</label></td>
23
                <td>
23
                <td>
24
                    <select name="f0" id="f0">
24
                    <select name="f0" id="f0">
25
                        [% IF ( f0 == "" ) %]
25
                        [% IF ( f0 == "" ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_325j.tt (-3 / +2 lines)
Lines 54-60 Link Here
54
                </td>
54
                </td>
55
            </tr>
55
            </tr>
56
            <tr>
56
            <tr>
57
                <td><label for="f1">Qualifier type :</label></td>
57
                <td><label for="f1">Qualifier type:</label></td>
58
                <td>
58
                <td>
59
                    <select name="f1" id="f1">
59
                    <select name="f1" id="f1">
60
                        [% IF ( f1 == "l" ) %]
60
                        [% IF ( f1 == "l" ) %]
Lines 126-132 Link Here
126
                </td>
126
                </td>
127
            </tr>
127
            </tr>
128
            <tr>
128
            <tr>
129
                <td><label for="f3">Number of units under embargo :</label></td>
129
                <td><label for="f3">Number of units under embargo:</label></td>
130
                <td>
130
                <td>
131
                    <input name="f3" id="f3" inputmode="numeric" pattern="\d{1,2}" value="[% f3 | html %]" />
131
                    <input name="f3" id="f3" inputmode="numeric" pattern="\d{1,2}" value="[% f3 | html %]" />
132
                </td>
132
                </td>
133
- 

Return to bug 32285