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 103-108 Link Here
103
                            <input type="hidden" name="checked" value="0" />
103
                            <input type="hidden" name="checked" value="0" />
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
                            <div class="hint">10 characters maximum</div>
106
                            <label for="authtypecode" class="required">Authority type: </label>
107
                            <label for="authtypecode" class="required">Authority type: </label>
107
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
108
                            <input id="authtypecode" type="text" class="required" required="required" name="authtypecode" size="20" maxlength="10" />
108
                            <span class="required">Required</span>
109
                            <span class="required">Required</span>
109
- 

Return to bug 27827