Bugzilla – Attachment 4581 Details for
Bug 3624
Basket group delivery place
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3624 : XHTML validation, rebased for Template Toolkit
Bug-3624--XHTML-validation-rebased-for-Template-To.patch (text/plain), 1.79 KB, created by
Chris Cormack
on 2011-07-07 21:44:43 UTC
(
hide
)
Description:
Bug 3624 : XHTML validation, rebased for Template Toolkit
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-07-07 21:44:43 UTC
Size:
1.79 KB
patch
obsolete
>From 36983b9cec3db7964a68847dabf8c209347a2b87 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 8 Jul 2011 09:43:42 +1200 >Subject: [PATCH] Bug 3624 : XHTML validation, rebased for Template Toolkit > >--- > .../prog/en/modules/acqui/basketgroup.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index ba12d7b..0c792ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -222,14 +222,14 @@ function submitForm(form) { > <h3><label for="billingplace">Billing Place:</label></h3> > <select name="billingplace" id="billingplace"> > [% FOREACH billingplaceloo IN billingplaceloop %] >- <option value="[% billingplaceloo.value %]" [% IF ( billingplaceloo.selected ) %]selected[% END %]>[% billingplaceloo.branchname %]</option> >+ <option value="[% billingplaceloo.value %]" [% IF ( billingplaceloo.selected ) %]selected="selected"[% END %]>[% billingplaceloo.branchname %]</option> > [% END %] > </select> > <h3><label for="deliveryplace">Delivery Place:</label></h3> > <select name="deliveryplace" id="deliveryplace"> > <option value="">--</option> > [% FOREACH deliveryplaceloo IN deliveryplaceloop %] >- <option value="[% deliveryplaceloo.value %]" [% IF ( deliveryplaceloo.selected ) %]selected[% END %]>[% deliveryplaceloo.branchname %]</option> >+ <option value="[% deliveryplaceloo.value %]" [% IF ( deliveryplaceloo.selected) %]selected="selected"[% END %]>[% deliveryplaceloo.branchname %]</option> > [% END %] > </select> > <p>or</p> >-- >1.7.4.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 3624
:
1469
|
2797
|
2798
|
3229
|
4581