Seems like we missed the .form_int class. Should be .form_field as well.
This commit is contained in:
parent
92b2486dab
commit
0f8ce8dba1
@ -21,5 +21,5 @@
|
||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span>
|
||||
{/if}
|
||||
{else}
|
||||
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'}
|
||||
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'|replace:'class="form_int"':'class="form_field"'}
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user