#464 쪽지 수신 여부를 쪽지함에서 보이도록 하고 커뮤니케이션 애드온 비활성화시 개인의 쪽지함/친구함이 보이지 않도록 처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-29 04:46:09 +00:00
parent e6a19417ff
commit 602bbe80e8
10 changed files with 57 additions and 19 deletions

View file

@ -135,17 +135,6 @@
<th scope="row">{$lang->allow_mailing}</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>
<tr>
<th scope="row">{$lang->allow_message}</th>
<td>
<select name="allow_message">
<!--@foreach($lang->allow_message_type as $key => $val)-->
<option value="{$key}" <!--@if($member_info->allow_message == $key)-->selected="selected"<!--@end-->>{$val}</option>
<!--@end-->
</select>
<p>{$lang->about_allow_message}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->signature}</th>
<td>{$editor}</td>