From 18efc84cc939ebe692f986e0cfadcd9bdb6c287a Mon Sep 17 00:00:00 2001
From: Mark Tompsett <mtompset@hotmail.com>
Date: Tue, 27 Mar 2018 01:32:16 +0000
Subject: [PATCH] Bug 20322: Follow-up with tooltips

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>
---
 .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt     | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
index 7926ddf..a5e9694 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
@@ -92,11 +92,17 @@
                 <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>
-- 
2.1.4