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

This commit is contained in:
zero 2007-04-13 05:39:58 +00:00
parent 920acf9492
commit 05483543ff
8 changed files with 49 additions and 2 deletions

View file

@ -92,6 +92,14 @@
<th>{$lang->denied}</th>
<td>{$member_info->denied}</td>
</tr>
<tr>
<th>{$lang->limit_date}</th>
<td>
<!--@if($member_info->limit_date)-->
{zdate($member_info->limit_date,"Y-m-d H:i")}
<!--@end-->
</td>
</tr>
<tr>
<th>{$lang->is_admin}</th>
<td>{$member_info->is_admin}</td>