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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-2 / +1 lines)
Lines 104-110 Link Here
104
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
104
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
105
                    [% ELSE %]
105
                    [% ELSE %]
106
                            <label for="authtypecode" class="required">Authority type: </label>
106
                            <label for="authtypecode" class="required">Authority type: </label>
107
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="10" maxlength="10" />
107
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
108
                            <span class="required">Required</span>
108
                            <span class="required">Required</span>
109
                    [% END %]
109
                    [% END %]
110
                </li>
110
                </li>
111
- 

Return to bug 27827