Bugzilla – Attachment 2711 Details for
Bug 5326
when ExtendedPatronAttributes off error links to old sys prefs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
better patch
0002-bug-5326-fix-link-to-old-pres-editor-on-patron-attri.patch (text/plain), 1.66 KB, created by
Nicole C. Engard
on 2010-10-29 23:07:17 UTC
(
hide
)
Description:
better patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-10-29 23:07:17 UTC
Size:
1.66 KB
patch
obsolete
>From a2f1149b68fb61c91cea06bf567921441a20c6ff Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@bywatersolutions.com> >Date: Thu, 28 Oct 2010 10:26:12 -0400 >Subject: [PATCH] bug 5326 fix link to old pres editor on patron attributes >Content-Type: text/plain; charset="utf-8" > >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 >--- > .../prog/en/modules/admin/patron-attr-types.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl >index 38ac077..b445c41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl >@@ -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" --> >-- >1.5.6.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5326
:
2710
| 2711