Make radio buttons really radio buttons :)
svn path=/trunk/; revision=8142
This commit is contained in:
@@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<input type="hidden" name="shipping" value="1"/>
|
<input type="hidden" name="shipping" value="1"/>
|
||||||
<input type="hidden" name="_shipping" value="3"/>
|
<input type="radio" name="_shipping" value="3"/>
|
||||||
Shipping within Germany (€3.00)<br/>
|
Shipping within Germany (€3.00)<br/>
|
||||||
<input type="hidden" name="_shipping" value="7"/>
|
<input type="radio" name="_shipping" value="7"/>
|
||||||
Shipping within Europe (€7.00)<br/>
|
Shipping within Europe (€7.00)<br/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user