1
0

Switch personal/configuration/create/edit users to smartified config.

This commit is contained in:
Matthias Mees
2013-06-06 20:41:33 +02:00
parent 357285a579
commit a7e100888b
6 changed files with 44 additions and 81 deletions

View File

@ -12,7 +12,7 @@
{/if}
<form action="?serendipity[adminModule]=personal&amp;serendipity[adminAction]=save" method="post">
{$formToken}
{$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_multilist"':'class="form_multiselect"'|replace:'class="form_int"':'class="form_field"'|replace:'class="form_textarea"':'class="form_area"'}
{$config}
<div class="form_buttons">
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
</div>