Substitute .form_fullprotected as well.

This commit is contained in:
Matthias Mees 2013-02-05 22:43:30 +01:00
parent 223599f4e4
commit 440c023f42

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_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_field"'|replace:'class="form_list"':'class="form_select"'}
<div class="form_buttons">
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
</div>