[front office] modification template default

Displaying fields with nofilter.
Adding some missing translation strings
This commit is contained in:
Emmanuel Nurit
2014-01-21 16:47:38 +01:00
committed by Manuel Raynaud
parent 1b2c1d53ac
commit da905bcbb1
2 changed files with 9 additions and 9 deletions

View File

@@ -265,7 +265,7 @@
<div class="control-input">
<div class="checkbox">
<label class="control-label" for="{$label_attr.for}">
<input type="checkbox" name="{$name}" id="{$label_attr.for}" value="{$value}"{if $checked} checked{/if} {if $required} aria-required="true" required{/if}>I've read and agreed on <a href="#">Terms &amp; Conditions</a>.
<input type="checkbox" name="{$name}" id="{$label_attr.for}" value="{$value}"{if $checked} checked{/if} {if $required} aria-required="true" required{/if}>{intl l="I've read and agreed on <a href='#'>Terms &amp; Conditions"}</a>.
</label>
{if $error }
<span class="help-block">{$message}</span>