* Finish task #57894.
This commit is contained in:
@@ -9,4 +9,6 @@ $(function()
|
||||
$('#time').text(time-1 <=0 ? 0 : time -1);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
$('#password1').attr('id', 'password');
|
||||
})
|
||||
|
||||
@@ -77,6 +77,7 @@ $lang->user->identity = 'Identity';
|
||||
$lang->user->switchVision = 'Switch to %s';
|
||||
$lang->user->submit = 'Submit';
|
||||
$lang->user->resetPWD = 'Reset Password';
|
||||
$lang->user->resetTitle = 'Admin reset the password';
|
||||
|
||||
$lang->user->legendBasic = 'Basic Information';
|
||||
$lang->user->legendContribution = 'Contribution';
|
||||
|
||||
@@ -77,6 +77,7 @@ $lang->user->identity = '身份';
|
||||
$lang->user->switchVision = '切换到 %s';
|
||||
$lang->user->submit = '提交';
|
||||
$lang->user->resetPWD = '重置密码';
|
||||
$lang->user->resetTitle = '系统管理员重置密码';
|
||||
|
||||
$lang->user->legendBasic = '基本资料';
|
||||
$lang->user->legendContribution = '个人贡献';
|
||||
|
||||
@@ -26,12 +26,12 @@ include '../../common/view/header.lite.html.php';
|
||||
<label for='email'><?php echo $lang->user->email;?></label>
|
||||
<?php echo html::input('email', '', "class='form-control' required placeholder='{$lang->user->placeholder->email}'");?>
|
||||
</div>
|
||||
<tr><?php echo html::a(inlink('reset'), "系统管理员重置密码", '', "class='resetBox'");?></tr>
|
||||
<tr><?php echo html::a(inlink('reset'), $lang->user->resetTitle, '', "class='resetBox'");?></tr>
|
||||
<tr>
|
||||
<td colspan='2' class="form-actions text-center">
|
||||
<?php
|
||||
echo html::submitButton($lang->user->submit);
|
||||
echo html::backButton();
|
||||
echo html::a(inlink('login'), $lang->goback, '', 'class="btn btn-wide"');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -27,7 +27,7 @@ include '../../common/view/header.lite.html.php';
|
||||
<tbody>
|
||||
<div class='form-group'>
|
||||
<label for='password1'><?php echo $lang->user->password;?></label>
|
||||
<?php echo html::password('password1', '', "class='form-control' required placeholder='{$lang->user->placeholder->loginPassword}' id='password'");?>
|
||||
<?php echo html::password('password1', '', "class='form-control' required placeholder='{$lang->user->placeholder->loginPassword}'");?>
|
||||
</div>
|
||||
<div class='form-group'>
|
||||
<label for='password2'><?php echo $lang->user->password2AB;?></label>
|
||||
|
||||
Reference in New Issue
Block a user