Bugzilla – Attachment 47365 Details for
Bug 15640
Accessibility - ensure there are no titles on hover over the links (circ home page)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15640: Removing title for links on circulation-home.tt
Bug-15640-Removing-title-for-links-on-circulation-.patch (text/plain), 1.93 KB, created by
Aleisha Amohia
on 2016-01-27 22:26:27 UTC
(
hide
)
Description:
Bug 15640: Removing title for links on circulation-home.tt
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-01-27 22:26:27 UTC
Size:
1.93 KB
patch
obsolete
>From dbaf6750e57263e72556a45c9d5b67671a97c44b Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Wed, 27 Jan 2016 22:25:08 +0000 >Subject: [PATCH] Bug 15640: Removing title for links on circulation-home.tt > >To test: > >Go to Circulation and ensure there are no titles on hover over the links >--- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 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 713c64f..8676992 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 >@@ -37,11 +37,11 @@ > > <h5>Circulation Reports</h5> > <ul> >- <li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds queue</a></li> >- <li> <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li> >- <li> <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li> >+ <li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li> >+ <li> <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li> >+ <li> <a href="/cgi-bin/koha/circ/waitingreserves.pl"">Holds awaiting pickup</a></li> > <li> <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li> >- <li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li> >+ <li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li> > [% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a> > - <b>Warning:</b> This report is very resource intensive on > systems with large numbers of overdue items.</li>[% END %] >-- >1.7.10.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 15640
:
47150
|
47151
|
47365
|
47387
|
47457