Bugzilla – Attachment 31097 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.43 KB, created by
Jonathan Druart
on 2014-08-22 13:44:22 UTC
(
hide
)
Description:
Bug 12776: Capitalization: Confirmation messages in circulation
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-08-22 13:44:22 UTC
Size:
2.43 KB
patch
obsolete
>From d8f3bdbc86adb23dc839bb01aab051982c93f099 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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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 fd65b02..9734c0f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -281,9 +281,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 %] >@@ -294,9 +294,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" /> >-- >2.0.0.rc2
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