mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1040 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b935f9d274
commit
37af2d027c
10 changed files with 96 additions and 14 deletions
|
|
@ -111,6 +111,19 @@
|
|||
<tr>
|
||||
<td>{$lang->about_allow_mailing}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$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="true"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_allow_message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->signature}</th>
|
||||
<td>{$editor}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue