Make radio buttons really radio buttons :)

svn path=/trunk/; revision=8142
This commit is contained in:
2007-04-24 19:14:36 +00:00
parent 9813635862
commit 6c69837015

View File

@@ -29,9 +29,9 @@
<p>
<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/>
<input type="hidden" name="_shipping" value="7"/>
<input type="radio" name="_shipping" value="7"/>
Shipping within Europe (€7.00)<br/>
</p>