Archived
1
0

Proper layout for personal config. Still needs work with radio elements.

This commit is contained in:
Matthias Mees
2013-02-06 13:05:49 +01:00
parent f84fe7b854
commit bcf8ada78f
2 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,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_bool"':'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_bool"':'class="form_radio"'|replace:'class="form_list"':'class="form_select"'}
<div class="form_buttons">
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
</div>