Bugzilla – Attachment 7576 Details for
Bug 7530
Missing <li> tag in circ-menu.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0002-Bug-7530-Missing-li-tag-in-circ-menu.inc.patch (text/plain), 1.06 KB, created by
Garry Collum
on 2012-02-11 17:47:07 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Garry Collum
Created:
2012-02-11 17:47:07 UTC
Size:
1.06 KB
patch
obsolete
>From 66080f4c5d56400b951c838f0e2012fa3aee900c Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Sat, 11 Feb 2012 12:37:13 -0500 >Subject: [PATCH 2/2] Bug 7530: Missing <li> tag in circ-menu.inc >Content-Type: text/plain; charset="utf-8" > >The address information of circ-menu.inc is not contained in <li> tags, this patch fixes it. >--- > .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 6ae7cb6..00dc445 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -22,7 +22,7 @@ > [% ELSE %] > <li><span class="empty" id="noadressstored">No address stored.</span></li> > [% END %] >- [% IF ( city ) %] >+ <li>[% IF ( city ) %] > [% city %][% IF ( state ) %], [% state %][% END %] > [% zipcode %][% IF ( country ) %], [% country %][% END %] > [% ELSE %] >-- >1.7.5.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 7530
:
7576
|
7645