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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl (-2 / +1 lines)
Lines 68-74 function CheckAttributeTypeForm(f) { Link Here
68
    <div class="yui-b">
68
    <div class="yui-b">
69
69
70
<!-- TMPL_IF name="WARNING_extended_attributes_off" -->
70
<!-- TMPL_IF name="WARNING_extended_attributes_off" -->
71
<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records.  Go <a href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">here</a> if you wish to enable this feature.</div>
71
<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records.  Go <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExtendedPatronAttributes">here</a> if you wish to enable this feature.</div>
72
<!-- /TMPL_IF -->
72
<!-- /TMPL_IF -->
73
73
74
<!-- TMPL_IF name="attribute_type_form" -->
74
<!-- TMPL_IF name="attribute_type_form" -->
75
- 

Return to bug 5326