From d9006fd602a8ac472bd9ce38422d82e2b65dd7ec 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 2e79c211db318969b7c9d5ff538dfd54ba1aaed2) Signed-off-by: Frédéric Demians --- .../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 5bcf6cf04f..61148d1569 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.39.5