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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-3 / +3 lines)
Lines 141-148 Link Here
141
                                    <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
141
                                    <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
142
                                [% END %]
142
                                [% END %]
143
                            </li>
143
                            </li>
144
                            <li><label for="liblibrarian[% loo.row | html %]">Text for librarian: </label><input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" /></li>
144
                            <li><label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label><input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" /></li>
145
                            <li><label for="libopac[% loo.row | html %]">Text for OPAC: </label><input type="text" id="libopac[% loo.row | html %]" name="libopac" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" /></li>
145
                            <li><label for="libopac[% loo.row | html %]">Description in OPAC: </label><input type="text" id="libopac[% loo.row | html %]" name="libopac" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" /></li>
146
                            <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
146
                            <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
147
                                <select name="tab" id="tab[% loo.row | html %]">
147
                                <select name="tab" id="tab[% loo.row | html %]">
148
                                    [%- IF ( loo.tab ==  -1 ) -%]
148
                                    [%- IF ( loo.tab ==  -1 ) -%]
Lines 314-320 Link Here
314
    <thead>
314
    <thead>
315
        <tr>
315
        <tr>
316
            <th>Subfield</th>
316
            <th>Subfield</th>
317
            <th>Text</th>
317
            <th>Description</th>
318
            <th>Constraints</th>
318
            <th>Constraints</th>
319
            <th class="NoSort">&nbsp;</th>
319
            <th class="NoSort">&nbsp;</th>
320
        </tr>
320
        </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-3 / +3 lines)
Lines 161-168 Link Here
161
                    </li>
161
                    </li>
162
                [% END %]
162
                [% END %]
163
163
164
        <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
164
        <li><label for="liblibrarian">Description in staff interface: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
165
        <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
165
        <li><label for="libopac">Description in OPAC: </label><input type="text" name="libopac" id="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
166
        <li><label for="repeatable">Repeatable: </label>
166
        <li><label for="repeatable">Repeatable: </label>
167
            [% IF ( repeatable ) %]
167
            [% IF ( repeatable ) %]
168
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
168
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
Lines 269-275 Link Here
269
    <thead>
269
    <thead>
270
        <tr>
270
        <tr>
271
            <th>Tag</th>
271
            <th>Tag</th>
272
            <th>Lib</th>
272
            <th>Tag description</th>
273
            <th>Repeatable</th>
273
            <th>Repeatable</th>
274
            <th>Mandatory</th>
274
            <th>Mandatory</th>
275
            <th>Authorized<br />value</th>
275
            <th>Authorized<br />value</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 145-155 Link Here
145
                                                                </li>
145
                                                                </li>
146
                                                        [% END %]
146
                                                        [% END %]
147
                                                        <li>
147
                                                        <li>
148
                                                            <label for="liblibrarian[% loo.row | html %]">Text for librarian: </label>
148
                                                            <label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label>
149
                                                            <input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" />
149
                                                            <input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" />
150
                                                        </li>
150
                                                        </li>
151
                                                        <li>
151
                                                        <li>
152
                                                            <label for="libopac[% loo.row | html %]">Text for OPAC: </label>
152
                                                            <label for="libopac[% loo.row | html %]">Description in OPAC: </label>
153
                                                            <input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" />
153
                                                            <input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" />
154
                                                        </li>
154
                                                        </li>
155
                                                        <li>
155
                                                        <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-4 / +3 lines)
Lines 148-155 Link Here
148
                    <span class="required">Required</span>
148
                    <span class="required">Required</span>
149
                [% END %]
149
                [% END %]
150
            </li>
150
            </li>
151
    <li><label for="liblibrarian">Label for lib: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
151
    <li><label for="liblibrarian">Description in staff interface: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
152
    <li><label for="libopac">Label for opac: </label><input type="text" id="libopac" name="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
152
    <li><label for="libopac">Description in OPAC: </label><input type="text" id="libopac" name="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
153
    <li><label for="repeatable">Repeatable: </label>
153
    <li><label for="repeatable">Repeatable: </label>
154
        [% IF ( repeatable ) %]
154
        [% IF ( repeatable ) %]
155
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
155
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
Lines 265-271 Link Here
265
    <thead>
265
    <thead>
266
        <tr>
266
        <tr>
267
        <th>Tag</th>
267
        <th>Tag</th>
268
        <th>Lib</th>
268
        <th>Tag description</th>
269
        <th>Repeatable</th>
269
        <th>Repeatable</th>
270
        <th>Mandatory</th>
270
        <th>Mandatory</th>
271
        <th>Important</th>
271
        <th>Important</th>
272
- 

Return to bug 35057