From e31159c604827fee817dddf40e91c7e4ec3d7e32 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. --- 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