Bugzilla – Attachment 2798 Details for
Bug 3624
Basket group delivery place
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for Template XHTML validity
bug3624_xhtml.patch (text/plain), 1.95 KB, created by
Fridolin Somers
on 2010-12-01 15:43:03 UTC
(
hide
)
Description:
Proposed patch for Template XHTML validity
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2010-12-01 15:43:03 UTC
Size:
1.95 KB
patch
obsolete
>Index: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tmpl >=================================================================== >--- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tmpl (revision 468) >+++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tmpl (working copy) >@@ -222,14 +222,14 @@ > <h3><label for="billingplace">Billing Place:</label></h3> > <select name="billingplace" id="billingplace"> > <!-- TMPL_LOOP name="billingplaceloop" --> >- <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option> >+ <option value="<!-- TMPL_VAR name="value" -->"<!-- TMPL_IF name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option> > <!-- /TMPL_LOOP --> > </select> > <h3><label for="deliveryplace">Delivery Place:</label></h3> > <select name="deliveryplace" id="deliveryplace"> > <option value="">--</option> > <!-- TMPL_LOOP name="deliveryplaceloop" --> >- <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option> >+ <option value="<!-- TMPL_VAR name="value" -->"<!-- TMPL_IF name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option> > <!-- /TMPL_LOOP --> > </select> > <h3><label for="deliverycomment">Delivery comment:</label></h3> >@@ -253,7 +253,7 @@ > > </ul> > </div> >- <div><input type="checkbox" name="close"> Close</input></div> >+ <div><input type="checkbox" name="close" value="yes"> Close</input></div> > <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR name="booksellerid" -->" /> > <!-- TMPL_IF NAME="basketgroupid" --> > <input type="hidden" name="basketgroupid" value="<!-- TMPL_VAR name="basketgroupid" -->" />
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