From dbeb06986be273c53846333dd5e17e5acd04b44c Mon Sep 17 00:00:00 2001 From: Tal Rogoff Date: Fri, 23 Oct 2020 22:10:59 +0000 Subject: [PATCH] Bug 26725: changed the text of the "here" link on the patron attributes administration page test plan: 1. set ExtendedPatronAttributes system preferences to "Don't enable" 2. go to Administration > Patron attribute types 3. the link text of "here" is displayed in the blue box at the top of the page 4. apply the patch 5. refresh the page 6. notice the link text has changed to "ExtendedPatronAttributes System Preference" Signed-off-by: David Nind Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart (cherry picked from commit b3a51fbc552ad89d7ee4604ac502cd2e7a7a8667) Signed-off-by: Lucas Gass --- .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index d18cc6c53d..a1365e820e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -43,7 +43,7 @@
[% IF ( WARNING_extended_attributes_off ) %] -
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go here if you wish to enable this feature.
+
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go to ExtendedPatronAttrributes System Preference if you wish to enable this feature.
[% END %] [% IF ( attribute_type_form ) %] -- 2.39.5