git-svn-id: http://xe-core.googlecode.com/svn/trunk@894 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 08:00:22 +00:00
parent e142f5e4a9
commit 48d3f91cc2
4 changed files with 20 additions and 1 deletions

View file

@ -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)-->