From 4e5d2deb7b7294959be7824dc2e9267dbfae6753 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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() { [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] [% END %] @@ -298,9 +298,9 @@ $(document).ready(function() { [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] [% IF ( RENEW_ISSUE ) %] - + [% ELSE %] - + [% END %] [% ELSE %] -- 1.9.1