From a0b6a894fec0d2a3a804f86e9fdd076137b8c26e 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 Signed-off-by: Nick Clemens (cherry picked from commit 968c888e1579ab28ec165819a011612d8b8f5570) Signed-off-by: Martin Renvoize (cherry picked from commit 634400f05c625a0724172c82004fc6209717bde1) Signed-off-by: Lucas Gass --- .../prog/en/modules/admin/items_search_fields.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8db4c85beb..e100f6d7b9 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 @@ -76,8 +76,8 @@ [% field.tagsubfield %] [% field.authorised_values_category %] - Edit - Delete + Edit + Delete [% END %] -- 2.39.5