Seems like we missed the .form_int class. Should be .form_field as well.

This commit is contained in:
Matthias Mees 2013-02-06 18:30:12 +01:00
parent 92b2486dab
commit 0f8ce8dba1

View File

@ -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}