2k11 is default template, included admin-tpls, and made it installable
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<h2>{$CONST.PERSONAL_SETTINGS}</h2>
|
||||
{if $adminAction == 'save'}
|
||||
{if $not_authorized}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED_USERLEVEL}</span>
|
||||
{elseif $empty_username}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.USERCONF_CHECK_USERNAME_ERROR}</span>
|
||||
{elseif $password_check_fail}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.USERCONF_CHECK_PASSWORD_ERROR}</span>
|
||||
{else}
|
||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.MODIFIED_USER|sprintf:"{$realname|escape:"html"}"} ?></span>
|
||||
{/if}
|
||||
{/if}
|
||||
<form action="?serendipity[adminModule]=personal&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"'}
|
||||
<div class="form_buttons">
|
||||
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user