* add last field to the company browse page.

This commit is contained in:
wangchunsheng
2011-03-07 14:49:57 +00:00
parent 1fe036e75e
commit f65cb99bb6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -43,6 +43,7 @@ include '../../common/view/tablesorter.html.php';
<th><?php echo $lang->user->gendar;?></th>
<th><?php echo $lang->user->phone;?></th>
<th><?php echo $lang->user->join;?></th>
<th><?php echo $lang->user->last;?></th>
<th><?php echo $lang->user->visits;?></th>
<th><?php echo $lang->actions;?></th>
</tr>
@@ -58,6 +59,7 @@ include '../../common/view/tablesorter.html.php';
<td><?php if(isset($lang->user->gendarList->{$user->gendar})) echo $lang->user->gendarList->{$user->gendar};?></td>
<td><?php echo $user->phone;?></td>
<td><?php echo $user->join;?></td>
<td><?php echo date('Y-m-d', $user->last);?></td>
<td><?php echo $user->visits;?></td>
<td>
<?php
+1 -1
View File
@@ -73,5 +73,5 @@ $lang->user->zipcode = '邮编';
$lang->user->join = '加入日期';
$lang->user->visits = '访问次数';
$lang->user->ip = '最后IP';
$lang->user->last = '最后登录时间';
$lang->user->last = '最后登录';
$lang->user->status = '状态';