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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-2 / +2 lines)
Lines 158-165 Link Here
158
                                    <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
158
                                    <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
159
                                [% END %]
159
                                [% END %]
160
                            </li>
160
                            </li>
161
                            <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>
161
                            <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="255" /></li>
162
                            <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>
162
                            <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="255" /></li>
163
                            <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
163
                            <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
164
                                <select name="tab" id="tab[% loo.row | html %]">
164
                                <select name="tab" id="tab[% loo.row | html %]">
165
                                    [%- IF ( loo.tab ==  -1 ) -%]
165
                                    [%- IF ( loo.tab ==  -1 ) -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-3 / +2 lines)
Lines 157-164 Link Here
157
                    </li>
157
                    </li>
158
                [% END %]
158
                [% END %]
159
159
160
        <li><label for="liblibrarian">Description in staff interface: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="100" /></li>
160
        <li><label for="liblibrarian">Description in staff interface: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian | html %]" size="40" maxlength="255" /></li>
161
        <li><label for="libopac">Description in OPAC: </label><input type="text" name="libopac" id="libopac" value="[% libopac | html %]" size="40" maxlength="100" /></li>
161
        <li><label for="libopac">Description in OPAC: </label><input type="text" name="libopac" id="libopac" value="[% libopac | html %]" size="40" maxlength="255" /></li>
162
        <li><label for="repeatable">Repeatable: </label>
162
        <li><label for="repeatable">Repeatable: </label>
163
            [% IF ( repeatable ) %]
163
            [% IF ( repeatable ) %]
164
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
164
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
165
- 

Return to bug 36821