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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 73-78 Link Here
73
                            <input type="hidden" name="checked" value="0" />
73
                            <input type="hidden" name="checked" value="0" />
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
                            <div class="hint">10 characters maximum</div>
76
                            <label for="authtypecode" class="required">Authority type: </label>
77
                            <label for="authtypecode" class="required">Authority type: </label>
77
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
78
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
78
                            <span class="required">Required</span>
79
                            <span class="required">Required</span>
79
- 

Return to bug 27827