mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
920acf9492
commit
05483543ff
8 changed files with 49 additions and 2 deletions
|
|
@ -126,6 +126,17 @@
|
|||
<tr>
|
||||
<td>{$lang->about_denied}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->limit_date}</th>
|
||||
<td>
|
||||
<input type="hidden" name="limit_date" id="date_limit_date" value="{$member_info->limit_date}" />
|
||||
<span id="str_limit_date">{zdate($member_info->limit_date,"Y-m-d")}</span>
|
||||
[<a href="#" onclick="open_calendar('limit_date','{$member_info->limit_date}');return false;">{$lang->cmd_open_calendar}</a>]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_limit_date}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->is_admin}</th>
|
||||
<td><input type="checkbox" name="is_admin" value="Y" <!--@if($member_info->is_admin=='Y')-->checked="true"<!--@end-->/></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue