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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt (-5 / +4 lines)
Lines 15-21 Link Here
15
    <tr>
15
    <tr>
16
        <td><label for="f5">5- Record status</label></td>
16
        <td><label for="f5">5- Record status</label></td>
17
        <td>
17
        <td>
18
            <select name="f5" id="f5" size="1">
18
            <select name="f5" id="f5">
19
            [% IF ( f5c ) %]
19
            [% IF ( f5c ) %]
20
                <option value="c" selected="selected">c - Corrected or revised</option>
20
                <option value="c" selected="selected">c - Corrected or revised</option>
21
            [% ELSE %]
21
            [% ELSE %]
Lines 37-43 Link Here
37
    <tr>
37
    <tr>
38
        <td><label for="f6">6- Type of record</label></td>
38
        <td><label for="f6">6- Type of record</label></td>
39
        <td>
39
        <td>
40
            <select name="f6" id="f6" size="1">
40
            <select name="f6" id="f6">
41
            [% IF ( f6x ) %]
41
            [% IF ( f6x ) %]
42
                <option value="x" selected="selected">x - Authority entry record</option>
42
                <option value="x" selected="selected">x - Authority entry record</option>
43
            [% ELSE %]
43
            [% ELSE %]
Lines 67-73 Link Here
67
    <tr>
67
    <tr>
68
        <td><label for="f9">9- Type of entity</label></td>
68
        <td><label for="f9">9- Type of entity</label></td>
69
        <td>
69
        <td>
70
            <select name="f9" id="f9" size="1">
70
            <select name="f9" id="f9">
71
            [% IF ( f9 ) %]
71
            [% IF ( f9 ) %]
72
                <option value=" " selected="selected"> - Series</option>
72
                <option value=" " selected="selected"> - Series</option>
73
            [% ELSE %]
73
            [% ELSE %]
Lines 157-163 Link Here
157
    <tr>
157
    <tr>
158
        <td><label for="f17">17- Encoding level</label></td>
158
        <td><label for="f17">17- Encoding level</label></td>
159
        <td>
159
        <td>
160
            <select name="f17" id="f17" size="1">
160
            <select name="f17" id="f17">
161
                [% IF ( f17space ) %]
161
                [% IF ( f17space ) %]
162
                    <option value=" " selected="selected"> - Full</option>
162
                    <option value=" " selected="selected"> - Full</option>
163
                [% ELSE %]
163
                [% ELSE %]
164
- 

Return to bug 24698