From 121de2e6bdff1df95afd7725e2a58ad9893fb4ca 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 --- 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