mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@757 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf280a8a53
commit
5666d36e4c
5 changed files with 82 additions and 19 deletions
|
|
@ -76,6 +76,20 @@
|
|||
<tr>
|
||||
<td>{$lang->about_denied}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->image_name}</th>
|
||||
<td><input type="file" name="image_name" value="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_image_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->image_mark}</th>
|
||||
<td><input type="file" name="image_mark" value="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_image_mark}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->is_admin}</th>
|
||||
<td><input type="checkbox" name="is_admin" value="Y" <!--@if($member_info->is_admin=='Y')-->checked="true"<!--@end-->/></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue