Bug 20322: (follow-up) use tooltips for warning
authorMark Tompsett <mtompset@hotmail.com>
Tue, 27 Mar 2018 01:32:16 +0000 (01:32 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Apr 2018 19:37:23 +0000 (16:37 -0300)
This puts similar old text into tool tips for the overdues.
Hover over the overdues, and the tool tips should appear and
be similar to what the text was before.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt

index 7926ddf..a5e9694 100644 (file)
                 <ul class="buttons-list">
                      [% IF ( CAN_user_circulate_overdues_report ) %]
                         <li>
-                            <a class="circ-button" href="/cgi-bin/koha/circ/overdue.pl"><i class="fa fa-clock-o"></i> Overdues</a>
+                            <a class="circ-button"
+                                href="/cgi-bin/koha/circ/overdue.pl"
+                                title="Warning: This report is very resource intensive on systems with large numbers of overdue items."
+                            ><i class="fa fa-clock-o"></i> Overdues</a>
                         </li>
                     [% END %]
                     <li>
-                        <a class="circ-button" href="/cgi-bin/koha/circ/branchoverdues.pl"><i class="fa fa-clock-o"></i> Overdues with fines</a>
+                        <a class="circ-button"
+                            href="/cgi-bin/koha/circ/branchoverdues.pl"
+                            title="Limited to your library.  See report help for other details."
+                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
                     </li>
                     [% IF Koha.Preference('OnSiteCheckouts') %]
                         <li>