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

This commit is contained in:
zero 2007-03-29 04:29:32 +00:00
parent 5666d36e4c
commit 24d912b036
6 changed files with 21 additions and 17 deletions

View file

@ -76,20 +76,6 @@
<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>