Bug 16225 - Extra closing quote in circulation home page template
This patch removes an extra closing quote left behind by the changes made in Bug 15640. This patch also corrects the case of the "Circulation reports" heading. (See coding guideline HTML4). To test, apply the patch and go to the circulation home page. Validate the page's HTML and confirm that there are no errors. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
a669b3c132
commit
05ea36e6cb
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@
|
|||
|
||||
<div class="yui-u">
|
||||
|
||||
<h5>Circulation Reports</h5>
|
||||
<h5>Circulation reports</h5>
|
||||
<ul>
|
||||
<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/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">Transfers to receive</a></li>
|
||||
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
|
||||
|
|
Loading…
Reference in a new issue