Add default label for the delivery address
This commit is contained in:
@@ -58,10 +58,8 @@
|
|||||||
<th>
|
<th>
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label for="delivery-address_{$ID}">
|
<label for="delivery-address_{$ID}">
|
||||||
|
<input type="radio" name="{$name}" value="{$ID}" {if $value == $ID}checked="checked"{/if} id="delivery-address_{$ID}">
|
||||||
<input type="radio" name="{$name}" value="{$ID}" {if $value == $ID}checked="checked"{/if} id="delivery-address_{$ID}">
|
{$LABEL|default:"{intl l='Address %nb' nb={$LOOP_COUNT}}"}
|
||||||
|
|
||||||
{$LABEL}
|
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user