#17288491 서명이 불필요한 경우를 대비해서 옵션으로 설정할 수 있게 수정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6620 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
smaker 2009-06-20 07:08:51 +00:00
parent 44f5930b32
commit fd54d21004
3 changed files with 12 additions and 1 deletions

View file

@ -129,10 +129,12 @@
<th><div>{$lang->allow_mailing}</div></th>
<td><input type="checkbox" name="allow_mailing" value="Y" class="checkbox" <!--@if($member_info->allow_mailing!='N')-->checked="checked"<!--@end--> /> <p>{$lang->about_allow_mailing}</p></td>
</tr>
<!--@if($member_config->signature != 'N')-->
<tr>
<th><div>{$lang->signature}</div></th>
<td>{$editor}</td>
</tr>
<!--@end-->
<!--@if($extend_form_list)-->
<tr><th colspan="2" class="title"><div>{$lang->member_extend_info}</div></th></tr>