Bugzilla – Attachment 4118 Details for
Bug 6337
Variable scope errors in staff client cart print view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off Patch
0001-Fix-for-Bug-6337-Variable-scope-errors-in-staff-clie.patch (text/plain), 2.35 KB, created by
Chris Cormack
on 2011-05-15 08:32:55 UTC
(
hide
)
Description:
Signed off Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-15 08:32:55 UTC
Size:
2.35 KB
patch
obsolete
>From 3eb425f06b96af67aa249426455f02544ef0d372 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 13 May 2011 10:58:18 -0400 >Subject: [Signed Off] [PATCH] Fix for Bug 6337 - Variable scope errors in staff client cart print view > >Also removing "Return to cart" link from the print view, >redundant now that the print view prints and redirects >automatically. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../intranet-tmpl/prog/en/modules/basket/basket.tt | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index 84504b4..38b25e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -132,7 +132,7 @@ function placeHold () { > <form action="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 ) %] [% BIBLIO_RESULT.subtitle %][% END %] > [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %] >@@ -301,7 +301,7 @@ function placeHold () { > </p> > <table id="itemst"> > <thead><tr> >- <th> </th> >+ [% UNLESS ( print_basket ) %]<th> </th>[% END %] > <th>Title</th> > <th>Item Type</th> > <th>Location</th> >@@ -313,7 +313,7 @@ function placeHold () { > [% 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 %] >@@ -347,13 +347,9 @@ function placeHold () { > </table></form> > [% END %] > >-[% IF ( print_basket ) %] >-<a href="#back" class="screen"><< Back to Cart</a> >-[% ELSE %] > <form name="myform" action="basket/basket.pl" method="get"> > <input type="hidden" name="records" id="records" /> > </form> >-[% END %] > > </div> > </div> >-- >1.7.2.2 >
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 6337
:
4106
| 4118