mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@894 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e142f5e4a9
commit
48d3f91cc2
4 changed files with 20 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
<input type="hidden" name="act" value="" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($member_info->signature)}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
<div>
|
||||
|
|
@ -83,6 +84,10 @@
|
|||
<tr>
|
||||
<td>{$lang->about_allow_mailing}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->signature}</th>
|
||||
<td>{$editor}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--@if($extend_form_list)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue