From 19be0ea02a3a5f22cf5def61e07d9e35ae56b5d2 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 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 --- 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 %] -- 1.9.1