Fixed typos
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
{/form_field}
|
{/form_field}
|
||||||
|
|
||||||
{custom_render_form_field form=$form field='brand_id'}
|
{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>
|
<option value="0">{intl l="No brand"}</option>
|
||||||
|
|
||||||
{loop name="brand-list" type="brand" visible="*"}
|
{loop name="brand-list" type="brand" visible="*"}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
{custom_render_form_field form=$form field='url'}
|
{custom_render_form_field form=$form field='url'}
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-addon">{$url_language|default:{config key="url_site"}}/</span>
|
<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>
|
</div>
|
||||||
{/custom_render_form_field}
|
{/custom_render_form_field}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user