Bugzilla – Attachment 47150 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 - Title for links on circulation-home.tt
Bug-15640---Title-for-links-on-circulation-homett.patch (text/plain), 5.24 KB, created by
Aleisha Amohia
on 2016-01-22 00:07:27 UTC
(
hide
)
Description:
Bug 15640 - Title for links on circulation-home.tt
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-01-22 00:07:27 UTC
Size:
5.24 KB
patch
obsolete
>From 3d5d8dddc75e68b46723d68f2e4912b11a9cc2c1 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Fri, 22 Jan 2016 00:06:09 +0000 >Subject: [PATCH] Bug 15640 - Title for links on circulation-home.tt > >To test: >Go to Circulation and ensure that every link shows text on hover. >--- > .../prog/en/modules/circ/circulation-home.tt | 28 ++++++++++---------- > 1 file changed, 14 insertions(+), 14 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..417a0ba 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 >@@ -18,16 +18,16 @@ > > <div class="yui-u first"> > <ul> >- <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li> >- <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> >- <li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li> >+ <li><a href="/cgi-bin/koha/circ/circulation.pl" title="check out an item to a patron">Check out</a></li> >+ <li><a href="/cgi-bin/koha/circ/returns.pl" title="check in an item">Check in</a></li> >+ <li><a href="/cgi-bin/koha/circ/renew.pl" title="renew an item">Renew</a></li> > [% IF ( display_transfer ) %] >- <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> >+ <li><a href="/cgi-bin/koha/circ/branchtransfers.pl" title="transfer an item to another library">Transfer</a></li> > [% END %] >- [% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %] >+ [% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl" title="set library">Set library</a></li>[% END %][% END %] > [% IF ( fast_cataloging ) %] > [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] >- <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li> >+ <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA" title="fast cataloging">Fast cataloging</a></li> > [% END %] > [% END %] > </ul> >@@ -40,12 +40,12 @@ > <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/reserveratios.pl">Hold ratios</a></li> >+ <li> <a href="/cgi-bin/koha/circ/reserveratios.pl" title="hold ratios">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> >- [% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a> >+ [% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl" title="overdues">Overdues</a> > - <b>Warning:</b> This report is very resource intensive on > systems with large numbers of overdue items.</li>[% END %] >- <li> <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library. See report help for other details.</li> >+ <li> <a href="/cgi-bin/koha/circ/branchoverdues.pl" title="overdues with fines for your library">Overdues with fines</a> - Limited to your library. See report help for other details.</li> > [% IF Koha.Preference('OnSiteCheckouts') %] > <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a></li> > [% END %] >@@ -58,13 +58,13 @@ > <h5>Offline circulation</h5> > <ul> > [% IF (AllowOfflineCirculation) %] >- <li><a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a></li> >+ <li><a href="/cgi-bin/koha/circ/offline.pl" title="offline circulation interface">Built-in offline circulation interface</a></li> > [% END %] >- <li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></li> >- <li><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a> >+ <li><a href="/cgi-bin/koha/offline_circ/process_koc.pl" title="upload offline circulation file">Upload offline circulation file (.koc)</a></li> >+ <li><a href="/cgi-bin/koha/offline_circ/list.pl" title="pending offline circulation actions">Pending offline circulation actions</a> > <ul> >- <li><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></li> >- <li><a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></li> >+ <li><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases" title="get desktop application">Get desktop application</a></li> >+ <li><a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/" title="get firefox add-on">Get Firefox add-on</a></li> > </ul> > </ul> > </div> >-- >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