Bugzilla – Attachment 4793 Details for
Bug 6652
Zip showing in funny place on libraries admin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6652-Zip-showing-in-funny-place-on-libra.patch (text/plain), 2.45 KB, created by
Owen Leonard
on 2011-08-01 11:55:11 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-01 11:55:11 UTC
Size:
2.45 KB
patch
obsolete
>From 318404c25ec65d55ba38724b9404da51da552147 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 1 Aug 2011 07:51:18 -0400 >Subject: [PATCH] Fix for Bug 6652, Zip showing in funny place on libraries admin >Content-Type: text/plain; charset="utf-8" > >While I'm in there, also making branch URLs and emails clickable. >--- > .../prog/en/modules/admin/branches.tt | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index b92ad52..ea59591 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -209,10 +209,10 @@ > <br />[% branche.branchaddress2 |html %][% END %] > [% IF ( branche.branchaddress3 ) %] > <br />[% branche.branchaddress3 |html %][% END %] >+ [% IF ( branche.branchcity ) %] >+ <br />[% branche.branchcity |html %][% END %][% IF ( branche.branchstate ) %], > [% IF ( branche.branchzip ) %] > <br />[% branche.branchzip |html %][% END %] >- [% IF ( branche.branchcity ) %] >- <br />[% branche.branchcity |html %][% END %][% IF ( branche.branchstate ) %], > [% branche.branchstate |html %][% END %] > [% IF ( branche.branchcountry ) %] > <br />[% branche.branchcountry |html %][% END %] >@@ -221,9 +221,9 @@ > [% IF ( branche.branchfax ) %] > <br />Fax: [% branche.branchfax |html %][% END %] > [% IF ( branche.branchemail ) %] >- <br />Email: [% branche.branchemail |html %][% END %] >+ <br /><a href="mailto:[% branche.branchemail %]">[% branche.branchemail |html %]</a>[% END %] > [% IF ( branche.branchurl ) %] >- <br />url: [% branche.branchurl |html %][% END %] >+ <br /><a href="[% branche.branchurl %]">[% branche.branchurl |html %]</a>[% END %] > [% IF ( branche.branchnotes ) %] > <br />Notes: [% branche.branchnotes |html %][% END %] > [% END %] >-- >1.7.3 >
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 6652
:
4779
|
4780
|
4793
|
4794
|
4801