Bugzilla – Attachment 26382 Details for
Bug 11935
Capitalization: OPAC prog theme, checkouts tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 11935 - Capitalization: OPAC prog theme, checkouts tab
SIGNED-OFF-Bug-11935---Capitalization-OPAC-prog-th.patch (text/plain), 1.85 KB, created by
Mark Tompsett
on 2014-03-16 16:29:51 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 11935 - Capitalization: OPAC prog theme, checkouts tab
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-03-16 16:29:51 UTC
Size:
1.85 KB
patch
obsolete
>From 83c1393a4a52f996486c0e5153ff8634fecb8ca0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 14 Mar 2014 11:10:19 -0400 >Subject: [PATCH] [SIGNED OFF] Bug 11935 - 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 <mtompset@hotmail.com> >--- > 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 62a852b..d843cbb 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 %]</tbody> > </table> > [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] >- <input type="submit" value="Renew Selected" /> >+ <input type="submit" value="Renew selected" /> > [% END %] > </form> > [% 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 %] > <input type="hidden" name="item" value="[% ISSUE.itemnumber %]" /> > [% END %] >- <input type="submit" value="Renew All" /> >+ <input type="submit" value="Renew all" /> > </form> > [% END %] > [% ELSE %] >-- >1.7.9.5
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 11935
:
26353
|
26382
|
26383