From 4b4839e752d88c1ccba5f8c9a1296302747c0c6b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 18 Feb 2014 20:59:56 +0000 Subject: [PATCH] Bug 11772: (follow-up) make warning about no active currency a link to currency setup page This patch standardizes the name of the currency and exchange rates administration page (although I note that the breadcrumbs on that page are inconsistent) and makes it a link. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 7662ce3441..72ab5fa81c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -117,7 +117,7 @@ Warning System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly. [% END %] [% IF warnNoActiveCurrency %] - Warning No active currency is defined. Please go to Administration:Currencies & Exchange rates and mark one currency as active. + Warning No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active. [% END %] [% ELSE %] -- 2.39.5