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 74-80 Link Here
74
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
74
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
75
                    [% ELSE %]
75
                    [% ELSE %]
76
                            <label for="authtypecode" class="required">Authority type: </label>
76
                            <label for="authtypecode" class="required">Authority type: </label>
77
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="10" maxlength="10" />
77
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
78
                            <span class="required">Required</span>
78
                            <span class="required">Required</span>
79
                    [% END %]
79
                    [% END %]
80
                </li>
80
                </li>
81
- 

Return to bug 27827