personal-options will now replace the correct classes for the input-wrapper-divs according to YLs codex (generic for bool, as form_radio breaks the layout)

This commit is contained in:
onli 2013-02-05 15:17:22 +01:00
parent eb77dc369a
commit b2cba84ac0

View File

@ -14,7 +14,7 @@
{/if}
<form action="?serendipity[adminModule]=personal&amp;serendipity[adminAction]=save" method="post">
{$formToken}
{$config}
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_bool"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'}
<div class="form_buttons">
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
</div>