You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
663 B

<div{if $field.options_map.labelasplaceholder} class="input-group"{/if}>
<input type="email" name="{$field.ins_id}" id="{$field.ins_id}" value="{$field.value|escape}"
class="form-control{if $field.options_map.labelasplaceholder} labelasplaceholder{/if}"
{if $field.options_map.labelasplaceholder}placeholder="{$field.name}"{/if}
>
{if $field.options_map.labelasplaceholder and $field.isMandatory eq 'y'}
<span class="input-group-text">
<strong class='mandatory_star text-danger tips' title=":{tr}This field is mandatory{/tr}" style="font-size: 100%">{icon name='asterisk'}</strong>
</span>
{/if}
</div>