Bugzilla – Attachment 50040 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.75 KB, created by
Owen Leonard
on 2016-04-07 16:54:16 UTC
(
hide
)
Description:
Bug 16225 - Extra closing quote in circulation home page template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-04-07 16:54:16 UTC
Size:
1.75 KB
patch
obsolete
>From 7c71f5aac15055f70eb126f86c6893f9a10e9073 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 >Content-Type: text/plain; charset="utf-8" > >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. >--- > 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.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 16225
:
50040
|
50050