Bugzilla – Attachment 50050 Details for
Bug 16225
Extra closing quote in circulation home page template.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16225 - Extra closing quote in circulation home page template
Bug-16225---Extra-closing-quote-in-circulation-hom.patch (text/plain), 1.78 KB, created by
Jonathan Druart
on 2016-04-08 08:08:09 UTC
(
hide
)
Description:
Bug 16225 - Extra closing quote in circulation home page template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-08 08:08:09 UTC
Size:
1.78 KB
patch
obsolete
>From f33179a5305f4b2903fe993c7a08164d06be68fb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 7 Apr 2016 12:49:37 -0400 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 4 ++-- > 1 file changed, 2 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 eb46e20..fdd361f 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 >@@ -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> >-- >2.7.0
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 16225
:
50040
| 50050