From 014da576480d60020f0f7ff2dac78463a7d0f59d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Aug 2016 12:56:46 -0400 Subject: [PATCH] Bug 17010 [Follow-up] Canceling a hold awaiting pickup no longer alerts librarian about next hold Content-Type: text/plain; charset="utf-8" This patch makes a minor change to the markup to make the button in the confirmation dialog conform to the appearance of similar buttons. To test, follow the original test plan for this bug and verify that the "OK" button in the dialog looks correct. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 5bcf6cf..61148d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -52,7 +52,7 @@ Please retain this item and check it in to process the hold.

- +
[% END %] @@ -63,7 +63,7 @@ Please retain this item and check it in to process the hold.

- +
[% END %] -- 2.1.4