Bugzilla – Attachment 4266 Details for
Bug 6397
Mis-named variable in .TT causes table cell shift
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6397: fix variable name in template that mis-aligns table
SIGNED-OFF-Bug-6397-fix-variable-name-in-template-.patch (text/plain), 1.47 KB, created by
Liz Rea
on 2011-05-26 02:04:24 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6397: fix variable name in template that mis-aligns table
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-05-26 02:04:24 UTC
Size:
1.47 KB
patch
obsolete
>From cb9b5afdbb7bc9869b19613030b0e6c2636a8bec Mon Sep 17 00:00:00 2001 >From: ruth@bywatersolutions.com <ruth@bywatersolutions.com> >Date: Tue, 24 May 2011 15:56:53 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 6397: fix variable name in template that mis-aligns table >Content-Type: text/plain; charset="utf-8" > >This patch repairs the detail table when enumeration and chronology is present. >--- > .../prog/en/modules/catalogue/detail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index a019733..97cb22c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -355,7 +355,7 @@ function verify_images() { > </td> > <td class="datelastseen">[% itemloo.datelastseen %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% itemloo.type %]&itemnumber=[% itemloo.itemnumber %]&biblionumber=[% itemloo.biblionumber %]&bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td> >- [% IF ( itemloo.volinfo ) %] <td class="enumchron"> >+ [% IF ( itemloo.enumchron ) %] <td class="enumchron"> > [% IF ( itemdata_enumchron ) %] > [% IF ( itemloo.enumchron ) %] > [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] >-- >1.7.2.5
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 6397
:
4265
| 4266