mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Move signup_date and last_login_date below most other fields in admin edit screen
This commit is contained in:
parent
4503a95344
commit
352333b1e7
1 changed files with 18 additions and 18 deletions
|
|
@ -84,24 +84,6 @@
|
|||
<span class="x_help-inline">{$lang->about_refused_reason}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$member_srl">
|
||||
<label class="x_control-label">{$lang->signup_date}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" readonly value="{zdate($member_info->regdate, 'Y-m-d H:i:s')}" />
|
||||
<!--@if($member_info->ipaddress)-->
|
||||
<input type="text" readonly value="{$member_info->ipaddress}" />
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$member_srl">
|
||||
<label class="x_control-label">{$lang->last_login}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" readonly value="{zdate($member_info->last_login, 'Y-m-d H:i:s')}" />
|
||||
<!--@if($member_info->last_login_ipaddress)-->
|
||||
<input type="text" readonly value="{$member_info->last_login_ipaddress}" />
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$member_srl">
|
||||
<label class="x_control-label" for="until">{$lang->limit_date}</label>
|
||||
<div class="x_controls">
|
||||
|
|
@ -132,6 +114,24 @@
|
|||
<span class="x_help-inline">{$lang->about_member_description}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$member_srl">
|
||||
<label class="x_control-label">{$lang->signup_date}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" readonly value="{zdate($member_info->regdate, 'Y-m-d H:i:s')}" />
|
||||
<!--@if($member_info->ipaddress)-->
|
||||
<input type="text" readonly value="{$member_info->ipaddress}" />
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$member_srl">
|
||||
<label class="x_control-label">{$lang->last_login}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" readonly value="{zdate($member_info->last_login, 'Y-m-d H:i:s')}" />
|
||||
<!--@if($member_info->last_login_ipaddress)-->
|
||||
<input type="text" readonly value="{$member_info->last_login_ipaddress}" />
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->member_group}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue