Bugzilla – Attachment 86593 Details for
Bug 19497
Translatability: Get rid of "Edit [% field.name |html %] field"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19497: Removed title (tooltip) from Edit button in items_search_fields.tt
Bug-19497-Removed-title-tooltip-from-Edit-button-i.patch (text/plain), 2.15 KB, created by
Hayley Pelham
on 2019-03-14 04:24:21 UTC
(
hide
)
Description:
Bug 19497: Removed title (tooltip) from Edit button in items_search_fields.tt
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-03-14 04:24:21 UTC
Size:
2.15 KB
patch
obsolete
>From 7057b05a9005d35109f667675ee4a670a4a475da Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >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 >--- > koha-tmpl/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 bc3abf299a..d7dc68859d 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 @@ > <td>[% field.tagsubfield | html %]</td> > <td>[% field.authorised_values_category | html %]</td> > <td> >- <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_field.pl?name=[% field.name | html %]" title="Edit [% field.name | html %] field"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_field.pl?name=[% field.name | html %]"><i class="fa fa-pencil"></i> Edit</a> > <a class="field-delete btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_fields.pl?op=del&name=[% field.name | html %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19497
:
74283
|
86593
|
87481
|
87510