Bugzilla – Attachment 7645 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]
[Signed Off] Bug 7530: Missing <li> tag in circ-menu.inc
Signed-Off-Bug-7530-Missing-li-tag-in-circ-menuinc.patch (text/plain), 1.15 KB, created by
Liz Rea
on 2012-02-14 19:22:31 UTC
(
hide
)
Description:
[Signed Off] Bug 7530: Missing <li> tag in circ-menu.inc
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2012-02-14 19:22:31 UTC
Size:
1.15 KB
patch
obsolete
>From a9eb9ed531bdda35fffc2dba52c54ec322906a27 Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Sat, 11 Feb 2012 12:37:13 -0500 >Subject: [PATCH] [Signed Off] 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. > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >verified new <li> in template. Looks good. >--- > .../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