Fixed minor bug in Currencies

This commit is contained in:
franck
2013-09-03 19:32:57 +02:00
parent 7128739da5
commit 26da884dae
6 changed files with 19 additions and 20 deletions

View File

@@ -108,7 +108,7 @@
<input type="text" required="required" name="{$name}" value="{$value|htmlspecialchars}" title="{intl l='Rate from Euro'}" placeholder="{intl l='Rate'}" class="input-mini">
</span>
{/form_field}
<span class="label-help-block">Price in Euro * rate = Price in this currency</span>
<span class="help-block">Price in Euro x rate = Price in this currency</span>
</div>
</div>
</div>