Bugzilla – Attachment 30863 Details for
Bug 12776
Capitalization: confirmation messages in circulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12776: Capitalization: Confirmation messages in circulation
Bug-12776-Capitalization-Confirmation-messages-in-.patch (text/plain), 2.31 KB, created by
Katrin Fischer
on 2014-08-15 19:31:12 UTC
(
hide
)
Description:
Bug 12776: Capitalization: Confirmation messages in circulation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-15 19:31:12 UTC
Size:
2.31 KB
patch
obsolete
>From 4e5d2deb7b7294959be7824dc2e9267dbfae6753 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 15 Aug 2014 21:16:45 +0200 >Subject: [PATCH] Bug 12776: Capitalization: Confirmation messages in > circulation > >Changes: >- Yes, renew (Y) >- Yes, check out (Y) >- No, don't check out (N) >- No, don't renew (N) > >To test: >- Verify changes by reading the code >- Check out an item that requires confirmation > Example: Patron owes fines or test with bug 12776. >- Verify confirmation messages show up correctly. >- Check item out again to trigger renewal >- Verify confirmation message shows up correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 524f844..6d007f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -285,9 +285,9 @@ $(document).ready(function() { > <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> > <input type="hidden" name="branch" value="[% branch %]" /> > [% IF ( RENEW_ISSUE ) %] >- <input type="submit" class="approve" value="Yes, Renew (Y)" accesskey="y" /> >+ <input type="submit" class="approve" value="Yes, renew (Y)" accesskey="y" /> > [% ELSE %] >- <input type="submit" class="approve" value="Yes, Check Out (Y)" accesskey="y" /> >+ <input type="submit" class="approve" value="Yes, check out (Y)" accesskey="y" /> > [% END %] > </form> > [% END %] >@@ -298,9 +298,9 @@ $(document).ready(function() { > <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> > [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] > [% IF ( RENEW_ISSUE ) %] >- <input type="submit" class="deny" value="No, Don't Renew (N)" accesskey="n" /> >+ <input type="submit" class="deny" value="No, don't renew (N)" accesskey="n" /> > [% ELSE %] >- <input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" /> >+ <input type="submit" class="deny" value="No, don't check out (N)" accesskey="n" /> > [% END %] > [% ELSE %] > <input type="submit" class="deny" value="Continue" /> >-- >1.9.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 12776
:
30863
|
31025
|
31097