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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 147-157 Link Here
147
                                                        [% END %]
147
                                                        [% END %]
148
                                                        <li>
148
                                                        <li>
149
                                                            <label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label>
149
                                                            <label for="liblibrarian[% loo.row | html %]">Description in staff interface: </label>
150
                                                            <input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" />
150
                                                            <input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian_[% loo.row | html %]" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="255" />
151
                                                        </li>
151
                                                        </li>
152
                                                        <li>
152
                                                        <li>
153
                                                            <label for="libopac[% loo.row | html %]">Description in OPAC: </label>
153
                                                            <label for="libopac[% loo.row | html %]">Description in OPAC: </label>
154
                                                            <input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" />
154
                                                            <input type="text" id="libopac[% loo.row | html %]" name="libopac_[% loo.row | html %]" value="[% loo.libopac | html_entity %]" size="40" maxlength="255" />
155
                                                        </li>
155
                                                        </li>
156
                                                        <li>
156
                                                        <li>
157
                                                            <label for="repeatable[% loo.row | html %]">Repeatable: </label>
157
                                                            <label for="repeatable[% loo.row | html %]">Repeatable: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-3 / +2 lines)
Lines 133-140 Link Here
133
                    <span class="required">Required</span>
133
                    <span class="required">Required</span>
134
                [% END %]
134
                [% END %]
135
            </li>
135
            </li>
136
    <li><label for="liblibrarian">Description in staff interface: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
136
    <li><label for="liblibrarian">Description in staff interface: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="255" /></li>
137
    <li><label for="libopac">Description in OPAC: </label><input type="text" id="libopac" name="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
137
    <li><label for="libopac">Description in OPAC: </label><input type="text" id="libopac" name="libopac" value="[% libopac | html %]" size="40" maxlength="255" /></li>
138
    <li><label for="repeatable">Repeatable: </label>
138
    <li><label for="repeatable">Repeatable: </label>
139
        [% IF ( repeatable ) %]
139
        [% IF ( repeatable ) %]
140
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
140
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
141
- 

Return to bug 37293