用户管理和用户设置前台显示创建时间 (#263)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<th>{:lang('Total capacity')}</th>
|
||||
<th>{:lang('Account status')}</th>
|
||||
<th>{:lang('Register IP')}</th>
|
||||
<th>{:lang('Create time')}</th>
|
||||
<th>{:lang('Operation')}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -58,6 +59,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td>{$value.reg_ip}</td>
|
||||
<td>{$value.create_time}</td>
|
||||
<td>
|
||||
<div class="mdui-btn-group">
|
||||
<button class="mdui-btn mdui-btn-raised mdui-btn-dense edit">{:lang('Edit')}</button>
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
<label class="mdui-textfield-label">{:lang('Mailbox')}</label>
|
||||
<input class="mdui-textfield-input" type="email" value="{$user.email}" disabled/>
|
||||
</div>
|
||||
<div class="mdui-textfield">
|
||||
<label class="mdui-textfield-label">{:lang('Create time')}</label>
|
||||
<input class="mdui-textfield-input" type="text" value="{$user.create_time}" disabled/>
|
||||
</div>
|
||||
<div class="mdui-textfield">
|
||||
<label class="mdui-textfield-label">Token</label>
|
||||
<input class="mdui-textfield-input" type="text" value="{$user.token}" disabled/>
|
||||
|
||||
Reference in New Issue
Block a user