Bugzilla – Attachment 3961 Details for
Bug 6228
Show active currency in system preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6228-Show-active-currency-in-system-preferences.patch (text/plain), 3.24 KB, created by
Katrin Fischer
on 2011-04-20 22:42:13 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-20 22:42:13 UTC
Size:
3.24 KB
patch
obsolete
>From 58b7e300e486ef26f65ab7e2b788fb3ae58c1479 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 20 Apr 2011 23:59:51 +0200 >Subject: [PATCH] Bug 6228: Show active currency in system preferences >Content-Type: text/plain; charset="utf-8" > >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 >--- > .../en/modules/admin/preferences/circulation.pref | 4 ++-- > .../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 03c4c10..8d34157 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 >- - <!-- TMPL_VAR NAME="local_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 >- - <!-- TMPL_VAR NAME="local_currency" --> 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 9591f59..470b695 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 >- - <!-- TMPL_VAR NAME="local_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 9b5d540..ac3e1d2 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 >- - '<!-- TMPL_VAR NAME="local_currency" -->.' >+ - '[% local_currency %].' > - > - pref: memberofinstitution > choices: >-- >1.7.1 >
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 6228
: 3961 |
3996