From ca6b9bb2ee03ab1b7e8238d1237924e3ae88079d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Mar 2014 11:10:19 -0400 Subject: [PATCH] Bug 11935: fix capitalization: OPAC prog theme, checkouts tab opac-user.tt in the prog theme contains 'Renew Selected' and 'Renew All'. These are incorrectly capitalized. This patch corrects. To test you must have OpacRenewalAllowed enabled. Apply the patch, switch to the prog theme, and log in to the OPAC as a patron who has checkouts. At the bottom of the table of checkouts you should see the renew buttons with correct capitalization. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer String change, all good. Signed-off-by: Galen Charlton (cherry picked from commit 657cd3c4c0a784e2d8e202b94d538c9229fb463a) Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit 8dc1661d598aee9681f29794bf60dd2e4205d22d) --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 2b8d482c16..23fe3e537f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -206,7 +206,7 @@ $.tablesorter.addParser({ [% END %] [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] - + [% END %] [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] @@ -216,7 +216,7 @@ $.tablesorter.addParser({ [% FOREACH ISSUE IN ISSUES %] [% END %] - + [% END %] [% ELSE %] -- 2.39.5