From bad726feda63820b58f732a81d11e66e6846cb98 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Aug 2016 12:56:46 -0400 Subject: [PATCH] [PASSED QA] Bug 17010 [Follow-up] Canceling a hold awaiting pickup no longer alerts librarian about next hold 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 --- 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 df82eb8..a3966f1 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.7.4