From 2fb1c9e71a599558cb7917265db7415708651ab5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 4 Jan 2018 14:16:42 +0000 Subject: [PATCH] Bug 10032: (follow-up) Move title attribute to button container This patch modifies the "Close basket" button markup so that the title attribute on a disabled button is added to the button wrapper
instead of the tag. This allows the title attribute tooltip to appear when the cursor is hovered over the button. To test, follow the original patch's test plan and confirm that when the "Close basket" button is disabled, hovering the mouse over the button triggers the title attribute tooltip. Signed-off-by: Charlotte Cordwell Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 775df53..804d165 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -62,8 +62,8 @@ [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %] -
- Close this basket + [% ELSE %]
-- 2.1.4