mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aee788fe4e
commit
e142f5e4a9
6 changed files with 21 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<param name="is_admin" target="is_admin" />
|
||||
<param name="description" target="description" />
|
||||
<param name="group_srl_list" target="group_srl_list" />
|
||||
<param name="signature" target="content" />
|
||||
</parameter>
|
||||
<response callback_func="completeInsert">
|
||||
<tag name="error" />
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, insert)">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="member_srl" value="{$member_srl}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($member_info->signature)}" />
|
||||
<!--@if($member_info->member_srl)-->
|
||||
<input type="hidden" name="user_id" value="{$member_info->user_id}" />
|
||||
<!--@end-->
|
||||
|
|
@ -70,6 +71,12 @@
|
|||
<tr>
|
||||
<td>{$lang->about_allow_mailing}</td>
|
||||
</tr>
|
||||
<!--@if($member_srl && $editor)-->
|
||||
<tr>
|
||||
<th>{$lang->signature}</th>
|
||||
<td>{$editor}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->denied}</th>
|
||||
<td><input type="checkbox" name="denied" value="Y" <!--@if($member_info->denied=='Y')-->checked="true"<!--@end-->/></td>
|
||||
|
|
|
|||
|
|
@ -68,6 +68,10 @@
|
|||
<th>{$lang->allow_mailing}</th>
|
||||
<td>{$member_info->allow_mailing}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->signature}</th>
|
||||
<td>{$member_info->signature}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->denied}</th>
|
||||
<td>{$member_info->denied}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue