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_325j.tt (-3 / +2 lines)
Lines 18-24 Link Here
18
    <div class="page-section">
18
    <div class="page-section">
19
        <table>
19
        <table>
20
            <tr>
20
            <tr>
21
                <td><label for="f0">Terms of access to the reproduction :</label></td>
21
                <td><label for="f0">Terms of access to the reproduction:</label></td>
22
                <td>
22
                <td>
23
                    <select name="f0" id="f0">
23
                    <select name="f0" id="f0">
24
                        [% IF ( f0 == "1" ) %]
24
                        [% IF ( f0 == "1" ) %]
Lines 84-90 Link Here
84
                </td>
84
                </td>
85
            </tr>
85
            </tr>
86
            <tr>
86
            <tr>
87
                <td><label for="f2">Unit under embargo :</label></td>
87
                <td><label for="f2">Unit under embargo:</label></td>
88
                <td>
88
                <td>
89
                    <select name="f2" id="f2">
89
                    <select name="f2" id="f2">
90
                        [% IF ( f2 == "m" ) %]
90
                        [% IF ( f2 == "m" ) %]
91
- 

Return to bug 32285