Added label tag to shipping costs radio button texts.

svn path=/trunk/; revision=33584
This commit is contained in:
Reinhard Müller 2016-06-23 11:52:42 +00:00
parent f16af546a4
commit 3d4a2d85fb
6 changed files with 36 additions and 36 deletions

View File

@ -47,12 +47,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Forsendelse inden for Tyskland (€3,00)<br/> <label for="shipping-de">Forsendelse inden for Tyskland (€3,00)</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Forsendelse inden for Europa (€7,00)<br/> <label for="shipping-eu">Forsendelse inden for Europa (€7,00)</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Forsendelse uden for Europa (€12,00)<br/> <label for="shipping-world">Forsendelse uden for Europa (€12,00)</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">

View File

@ -49,12 +49,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Versand innerhalb Deutschlands (€3.00)<br/> <label for="shipping-de">Versand innerhalb Deutschlands (€3.00)</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Versand innerhalb Europas (€7.00)<br/> <label for="shipping-eu">Versand innerhalb Europas (€7.00)</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Weltweiter Versand (€12.00)<br/> <label for="shipping-world">Weltweiter Versand (€12.00)</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">

View File

@ -47,12 +47,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Shipping within Germany (€3.00)<br/> <label for="shipping-de">Shipping within Germany (€3.00)</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Shipping within Europe (€7.00)<br/> <label for="shipping-eu">Shipping within Europe (€7.00)</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Shipping outside Europe (€12.00)<br/> <label for="shipping-world">Shipping outside Europe (€12.00)</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">

View File

@ -47,12 +47,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Expédition en Allemagne (3,00 € )<br/> <label for="shipping-de">Expédition en Allemagne (3,00 € )</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Expédition en Europe (7,00 € )<br/> <label for="shipping-eu">Expédition en Europe (7,00 € )</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Expédition en dehors de l'Europe (12,00 € )<br/> <label for="shipping-world">Expédition en dehors de l'Europe (12,00 € )</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">

View File

@ -47,12 +47,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Verzenden binnen Duitsland (€3.00)<br/> <label for="shipping-de">Verzenden binnen Duitsland (€3.00)</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Verzenden binnen Europa (€7.00)<br/> <label for="shipping-eu">Verzenden binnen Europa (€7.00)</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Verzenden buiten Europa (€12.00)<br/> <label for="shipping-world">Verzenden buiten Europa (€12.00)</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">

View File

@ -48,12 +48,12 @@
<p> <p>
<input type="hidden" name="shipping" value="1"/> <input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/> <input type="radio" id="shipping-de" name="_shipping" value="3"/>
Dërgim brenda Gjermanisë (€3.00)<br/> <label for="shipping-de">Dërgim brenda Gjermanisë (€3.00)</label><br/>
<input type="radio" name="_shipping" value="7" checked="Y"/> <input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
Dërgim brenda Europës (€7.00)<br/> <label for="shipping-eu">Dërgim brenda Europës (€7.00)</label><br/>
<input type="radio" name="_shipping" value="12"/> <input type="radio" id="shipping-world" name="_shipping" value="12"/>
Dërgim jashtë Europës (€12.00)<br/> <label for="shipping-world">Dërgim jashtë Europës (€12.00)</label><br/>
</p> </p>
<table class="order-form"> <table class="order-form">