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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181a.tt (-1 / +1 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="f1">Content Form </label></td>
21
                <td><label for="f1">Content form </label></td>
22
                <td>
22
                <td>
23
                    <select name="f1" id="f1">
23
                    <select name="f1" id="f1">
24
                        [% IF ( f1 == "a" ) %]
24
                        [% IF ( f1 == "a" ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181c.tt (-1 / +1 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="f1">Content Type </label></td>
21
                <td><label for="f1">Content type </label></td>
22
                <td>
22
                <td>
23
                    <select name="f1" id="f1">
23
                    <select name="f1" id="f1">
24
                        [% IF ( f1 == "cri" ) %]
24
                        [% IF ( f1 == "cri" ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_182a.tt (-1 / +1 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="f1">Media Type Code </label></td>
21
                <td><label for="f1">Media type code </label></td>
22
                <td>
22
                <td>
23
                    <select name="f1" id="f1">
23
                    <select name="f1" id="f1">
24
                        [% IF ( f1 == "a" ) %]
24
                        [% IF ( f1 == "a" ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_182c.tt (-1 / +1 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="f1">Media Type </label></td>
21
                <td><label for="f1">Media type </label></td>
22
                <td>
22
                <td>
23
                    <select name="f1" id="f1">
23
                    <select name="f1" id="f1">
24
                        [% IF ( f1 == "s" ) %]
24
                        [% IF ( f1 == "s" ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_183a.tt (-6 / +5 lines)
Lines 19-25 Link Here
19
            <tr>
19
            <tr>
20
                <td>
20
                <td>
21
                    <select name="f1" id="f1">
21
                    <select name="f1" id="f1">
22
                        <optgroup label="Audio Carriers">
22
                        <optgroup label="Audio carriers">
23
                            [% IF ( f1 == "sg" ) %]
23
                            [% IF ( f1 == "sg" ) %]
24
                                <option value="sg" selected="selected">sg - audio cartridge</option>
24
                                <option value="sg" selected="selected">sg - audio cartridge</option>
25
                            [% ELSE %]
25
                            [% ELSE %]
Lines 81-87 Link Here
81
                            [% END %]
81
                            [% END %]
82
                        </optgroup>
82
                        </optgroup>
83
83
84
                        <optgroup label="Computer Carriers">
84
                        <optgroup label="Computer carriers">
85
                            [% IF ( f1 == "ck" ) %]
85
                            [% IF ( f1 == "ck" ) %]
86
                                <option value="ck" selected="selected">ck - computer card</option>
86
                                <option value="ck" selected="selected">ck - computer card</option>
87
                            [% ELSE %]
87
                            [% ELSE %]
Lines 137-143 Link Here
137
                            [% END %]
137
                            [% END %]
138
                        </optgroup>
138
                        </optgroup>
139
139
140
                        <optgroup label="Microform Carriers">
140
                        <optgroup label="Microform carriers">
141
                            [% IF ( f1 == "ha" ) %]
141
                            [% IF ( f1 == "ha" ) %]
142
                                <option value="ha" selected="selected">ha - aperture card</option>
142
                                <option value="ha" selected="selected">ha - aperture card</option>
143
                            [% ELSE %]
143
                            [% ELSE %]
Lines 199-205 Link Here
199
                            [% END %]
199
                            [% END %]
200
                        </optgroup>
200
                        </optgroup>
201
201
202
                        <optgroup label="Microscopic Carriers">
202
                        <optgroup label="Microscopic carriers">
203
                            [% IF ( f1 == "pp" ) %]
203
                            [% IF ( f1 == "pp" ) %]
204
                                <option value="pp" selected="selected">pp - microscope slide</option>
204
                                <option value="pp" selected="selected">pp - microscope slide</option>
205
                            [% ELSE %]
205
                            [% ELSE %]
Lines 275-281 Link Here
275
                            [% END %]
275
                            [% END %]
276
                        </optgroup>
276
                        </optgroup>
277
277
278
                        <optgroup label="Stereographic Carriers">
278
                        <optgroup label="Stereographic carriers">
279
                            [% IF ( f1 == "eh" ) %]
279
                            [% IF ( f1 == "eh" ) %]
280
                                <option value="eh" selected="selected">eh - stereograph card</option>
280
                                <option value="eh" selected="selected">eh - stereograph card</option>
281
                            [% ELSE %]
281
                            [% ELSE %]
282
- 

Return to bug 32284