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

This commit is contained in:
zero 2007-04-02 06:09:40 +00:00
parent cbdbfddb54
commit e30a1d8b0e
11 changed files with 103 additions and 9 deletions

View file

@ -51,8 +51,15 @@
</tr>
<!--@end-->
<!--@end-->
<tr>
<th>{$lang->description}</th>
<td>{$member_info->description}</td>
<td colspan="2">
<!--@if($member_info->member_srl == $logged_info->member_srl)-->
<input type="button" value="{$lang->cmd_modify_member_info}" onclick="location.href='{getUrl('act','dispMemberModifyInfo')}';return false;" />
<input type="button" value="{$lang->cmd_modify_member_password}" />
<!--@end-->
<input type="button" value="{$lang->cmd_list}" onclick="location.href='{getUrl('act','')}';return false;" />
</td>
</tr>
</table>