Fixed typos

This commit is contained in:
Franck Allimant
2014-07-04 16:10:39 +02:00
parent 7580d5c869
commit b7d98d8648
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@
{/form_field}
{custom_render_form_field form=$form field='brand_id'}
<select {$field_attributes}>
<select {form_field_attributes form=$form field='brand_id'}>
<option value="0">{intl l="No brand"}</option>
{loop name="brand-list" type="brand" visible="*"}

View File

@@ -24,7 +24,7 @@
{custom_render_form_field form=$form field='url'}
<div class="input-group">
<span class="input-group-addon">{$url_language|default:{config key="url_site"}}/</span>
<input type="text" id="{$label_attr.for}" name="{$name}" value="{$value}" title="{$label}" {if $required} aria-required="true" required{/if} class="form-control" placeholder="{$label_attr.placeholder}">
<input type="text" {form_field_attributes form=$form field='url'}>
</div>
{/custom_render_form_field}