Bugzilla – Attachment 73305 Details for
Bug 20322
Circulation page layout and design update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20322: Follow-up with tooltips
Bug-20322-Follow-up-with-tooltips.patch (text/plain), 2.11 KB, created by
Mark Tompsett
on 2018-03-27 01:38:39 UTC
(
hide
)
Description:
Bug 20322: Follow-up with tooltips
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-03-27 01:38:39 UTC
Size:
2.11 KB
patch
obsolete
>From df8fe15821aa22e74904fc3e776125c102a82617 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> >--- > .../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
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 20322
:
72342
|
72466
|
72484
|
72490
|
73113
|
73114
|
73271
|
73272
|
73273
|
73300
|
73301
|
73302
|
73303
|
73304
|
73305
|
73306
|
73313
|
73314
|
74097
|
74098
|
74099
|
74100
|
74101
|
74577
|
74578
|
74579
|
74580
|
74581
|
74582