Bugzilla – Attachment 3939 Details for
Bug 6156
Misaligned column in cart print view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6156-Misaligned-column-in-cart-print-vie.patch (text/plain), 1.65 KB, created by
Owen Leonard
on 2011-04-18 13:10:36 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-04-18 13:10:36 UTC
Size:
1.65 KB
patch
obsolete
>From 1ff9780f1d8aefb9d5a0333eb03b133ff4ab4c0a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 18 Apr 2011 09:09:05 -0400 >Subject: [PATCH] Fix for Bug 6156, Misaligned column in cart print view >Content-Type: text/plain; charset="utf-8" > >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >index 6b6b934..5fc5503 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >@@ -157,7 +157,7 @@ function tagAdded() { > <form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form"> > [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] > <h3> >- [% IF ( BIBLIO_RESULT.print_basket ) %] >+ [% IF ( print_basket ) %] > [% BIBLIO_RESULT.title |html %] > [% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] > [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author |html %][% END %] >@@ -345,7 +345,7 @@ function tagAdded() { > [% ELSE %] > <tr> > [% END %] >- [% UNLESS ( BIBLIO_RESULT.print_basket ) %]<td> >+ [% UNLESS ( print_basket ) %]<td> > <input type="checkbox" value="[% BIBLIO_RESULT.biblionumber %]" name="bib[% BIBLIO_RESULT.biblionumber %]" id="bib[% BIBLIO_RESULT.biblionumber %]" onclick="selRecord(value,checked);" /> > > </td> [% 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 6156
: 3939