Add default label for the delivery address

This commit is contained in:
touffies
2013-10-25 11:03:52 +02:00
parent 157f97467a
commit b7dc345edd

View File

@@ -58,10 +58,8 @@
<th>
<div class="radio">
<label for="delivery-address_{$ID}">
<input type="radio" name="{$name}" value="{$ID}" {if $value == $ID}checked="checked"{/if} id="delivery-address_{$ID}">
{$LABEL}
<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>
</div>
</th>