From 4620d272c12e08bafc280b036cada00299111bf4 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Thu, 14 Mar 2019 04:14:57 +0000 Subject: [PATCH] Bug 19497: Removed title (tooltip) from Edit button in items_search_fields.tt This patch removes the tooltip that appears when hovering over the Edit button of Item Search Fields in the staff client. This was done for consistency reasons, including that this tooltip is not translated and tooltips do not appear to be on the majority of buttons in the staff client. Test plan: 1) In Home->Administration->Item search fields create a new search field if you haven't got any already 2) Observe the tooltip that appears when hovering over the Edit button in the Item serach fields table. 3) Apply the patch and observe that the tool tip no longer appears. Sponsored-by: Catalyst IT Signed-off-by: Michal Denar Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/admin/items_search_fields.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt index 19bbbf0f1b..dfc0d4f118 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt @@ -77,7 +77,7 @@ [% field.tagsubfield | html %] [% field.authorised_values_category | html %] - Edit + Edit Delete -- 2.20.1