From 657cd3c4c0a784e2d8e202b94d538c9229fb463a 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 --- 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 62a852bc52..d843cbb860 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -204,7 +204,7 @@ var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended [% END %] [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] - + [% END %] [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] @@ -214,7 +214,7 @@ var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended [% FOREACH ISSUE IN ISSUES %] [% END %] - + [% END %] [% ELSE %] -- 2.39.5