Proper layout/markup for configuration as well.

This commit is contained in:
Matthias Mees 2013-02-06 14:34:29 +01:00
parent 6b55c264e5
commit 90af5ef06d

View File

@ -21,5 +21,5 @@
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span> <span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span>
{/if} {/if}
{else} {else}
{$config} {$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_bool"':'class="form_radio"'|replace:'class="form_list"':'class="form_select"'}
{/if} {/if}