]> git.koha-community.org Git - koha.git/commit
Bug 11316 - plugin icon missing tooltip in addbiblio.pl
authorMark Tompsett <mtompset@hotmail.com>
Wed, 27 Nov 2013 18:16:56 +0000 (13:16 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 07:57:52 +0000 (08:57 +0100)
commit335b3059d0d537e2d74250eeb096f8ee71d25c87
tree0439fdb6527ef062e62d52fd60ed5c75a61ea022
parent3f087869dc1b5d615d64d0d07b0229c61a2387c7
Bug 11316 - plugin icon missing tooltip in addbiblio.pl

By adding:
    title=\"Tag editor\"
into the HTML generated in addbiblio, a tooltip displaying
'Tag editor' appears when the mouse is hovered over the
plugin icon.

Test Plan:
1) Log into Staff client
2) Click the 'Search the catalog' tab
3) Type something which will generate results
4) Click the title of a result
5) Click the 'Edit' button
6) Scroll down and click the 'Edit Record'
7) Look through the various tabs and notice that all the plugin
   icons have no tooltip.
8) Apply the patch
9) Refresh the page
10) All the plugin icons should have the tooltip text of
    'Tag editor'.

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Adds a title attribute. Works as described.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit e45edca42a44d094eabbd3347cc83b43cd2166f4)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cataloguing/addbiblio.pl