From 3df025924b00d819be699db2cb3ca6e40d6d8ef9 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 16 Jul 2013 12:50:25 -0400 Subject: [PATCH] Bug 10597 - Search to hold button broken on record details The holds button in cat-toolbar is broken for "search to hold". It is a split button rather than a dropdown button. Clicking the caret works fine, but clicked the button sends you to the marc editor! Test Plan: 1) View a patron's details page 2) Click 'search to hold' 3) Search for something 4) On the results page, click a result line's title link ( catalogue/detail.pl ) 5) Note the "Place hold" button is a split button, click the left half of the button, note it redirects you to the editor. 6) Apply this patch 7) Repeat steps 1-5 --- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 3683ac9..553d9ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -204,14 +204,15 @@ CAN_user_serials_create_subscription ) %] [% UNLESS ( norequests ) %] [% IF ( holdfor ) %]
- - - + +
[% ELSE %]
Place hold
-- 1.7.2.5