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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 99-105 Patron attribute types › Administration › Koha Link Here
99
            [% attribute_type.code |html %]
99
            [% attribute_type.code |html %]
100
          [% ELSE %]
100
          [% ELSE %]
101
              <label for="code" class="required">Patron attribute type code: </label>
101
              <label for="code" class="required">Patron attribute type code: </label>
102
              <input type="text" id="code" name="code" required="required" class="required" size="10" maxlength="10" />
102
              <input type="text" id="code" name="code" required="required" class="required focus" size="10" maxlength="10" />
103
              <span class="required">Required</span>
103
              <span class="required">Required</span>
104
          [% END %]
104
          [% END %]
105
       </li>
105
       </li>
106
- 

Return to bug 27193