// Languages boostraping

This commit is contained in:
Jerome Nadaud
2013-11-20 18:20:19 +01:00
parent a3282025cf
commit a5cc9efa76
3 changed files with 17 additions and 24 deletions
@@ -53,8 +53,7 @@
<label for="{if isset($input.id)}{$input.id}{if isset($input.lang) AND $input.lang}_{$current_id_lang}{/if}{else}{$input.name}{if isset($input.lang) AND $input.lang}_{$current_id_lang}{/if}{/if}" class="control-label col-lg-3 {if isset($input.required) && $input.required && $input.type != 'radio'}required{/if}">
{if isset($input.hint)}
<span class="label-tooltip" data-toggle="tooltip" data-html="true"
title="
{if is_array($input.hint)}
title="{if is_array($input.hint)}
{foreach $input.hint as $hint}
{if is_array($hint)}
{$hint.text}
@@ -64,8 +63,7 @@
{/foreach}
{else}
{$input.hint}
{/if}
">
{/if}">
{/if}
{$input.label}
{if isset($input.hint)}