From 0f453776ff8859cd3017d6de43a7e215845cf44e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 25 Apr 2011 11:25:13 +0200 Subject: [PATCH] Bug 6228: Show active currency in system preferences Some system preferences like maxoutstanding should show the active currency behind the value. The code for this was not translated to Template Toolkit. Will change strings, so probably for 3.4.1 Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack --- .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 03c4c10c91..8d34157cff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -170,7 +170,7 @@ Circulation: - Prevent patrons from making holds on the OPAC if they owe more than - pref: maxoutstanding class: currency - - in fines. + - '[% local_currency %] in fines.' - - Show a warning on the "Transfers to Receive" screen if the transfer has not been received - pref: TransfersMaxDaysWarning @@ -186,7 +186,7 @@ Circulation: - Prevent patrons from checking out books if they have more than - pref: noissuescharge class: integer - - in fines. + - '[% local_currency %] in fines.' - - pref: ReturnBeforeExpiry choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 9591f59a03..470b69574b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -299,7 +299,7 @@ OPAC: - Only allow patrons to renew their own books on the OPAC if they have less than - pref: OPACFineNoRenewals class: currency - - in fines (leave blank to disable). + - '[% local_currency %] in fines (leave blank to disable).' - - pref: OPACViewOthersSuggestions choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 9b5d540e14..ac3e1d2a29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -69,7 +69,7 @@ Patrons: - The late fine for a specific checkout will only go up to - pref: MaxFine class: currency - - '.' + - '[% local_currency %].' - - pref: memberofinstitution choices: -- 2.39.2