From 7193249931e15b75894823b9d26c3e80ead50cda 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 Signed-off-by: Nick Clemens --- 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 613641c81a..44824f5c30 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -224,8 +224,8 @@ [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %] -
- Close this basket + [% ELSE %]
-- 2.39.5