Bugzilla – Attachment 4621 Details for
Bug 6577
Columns misaligned on serials search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed-off patch
0001-SIGNED-OFF-Fix-for-Bug-6577-columns-misaligned-on-se.patch (text/plain), 1.33 KB, created by
Frédéric Demians
on 2011-07-12 16:17:46 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-07-12 16:17:46 UTC
Size:
1.33 KB
patch
obsolete
>From dcff44ebb9885723d96401ccc4e49d9ca25012a5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 12 Jul 2011 11:34:25 -0400 >Subject: [PATCH] [SIGNED-OFF] Fix for Bug 6577 - columns misaligned on > serials search results >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Minor T:T variable scope problem > >[2011.07.12] I confirm the bug and the solution > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > .../prog/en/modules/serials/serials-home.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >index 56a8214..7753fd3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >@@ -110,7 +110,7 @@ Serials updated : > [% IF ( subscription.branchcode ) %][% subscription.branchcode %][% END %] > [% IF ( subscription.callnumber ) %]([% subscription.callnumber %])[% END %] > </td> >- [% IF ( subscription.routing ) %] >+ [% IF ( routing ) %] > <td> > [% IF ( subscription.cannotedit ) %] > >-- >1.7.5.1 >
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 6577
:
4617
|
4620
| 4621