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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 194-200 function CheckAttributeTypeForm(f) { Link Here
194
                    [% IF ( cat.categorycode == category_code ) %]<option value="[% cat.categorycode %]" selected="selected">[% cat.description %]</option>[% ELSE %]<option value="[% cat.categorycode %]">[% cat.description %]</option>[% END %]
194
                    [% IF ( cat.categorycode == category_code ) %]<option value="[% cat.categorycode %]" selected="selected">[% cat.description %]</option>[% ELSE %]<option value="[% cat.categorycode %]">[% cat.description %]</option>[% END %]
195
                [% END %]
195
                [% END %]
196
            </select>
196
            </select>
197
            <span>Please let blank if you want these attributs to be for all types of patron. Else, select one type.</span>
197
            <span>Choose one to limit this attribute to one patron type. Please leave blank if you want these attributes to be available for all types of patrons.</span>
198
        </li>
198
        </li>
199
        <li>
199
        <li>
200
            <label for="class">Class: </label>
200
            <label for="class">Class: </label>
201
- 

Return to bug 7836