bug 5326 fix link to old prefs editor on patron attributes
on the patron attributes page if you have ExtendedPatronAttributes turned off the error points you to the old sys prefs editor - this patch fixes that Signed-off-by: Galen Charlton <gmcharlt@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
83f03fb9d3
commit
45a6cca1a1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function CheckAttributeTypeForm(f) {
|
|||
<div class="yui-b">
|
||||
|
||||
<!-- TMPL_IF name="WARNING_extended_attributes_off" -->
|
||||
<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>
|
||||
<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>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_IF name="attribute_type_form" -->
|
||||
|
|
Loading…
Reference in a new issue