* finish task#1298.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-15 07:28:23 +00:00
parent 8a616cfd0b
commit 6bf0f5edbb
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -39,6 +39,7 @@ js::set('deptID', $deptID);
<th><?php common::printOrderLink('email', $orderBy, $vars, $lang->user->email);?></th>
<th><?php common::printOrderLink('gender', $orderBy, $vars, $lang->user->gender);?></th>
<th><?php common::printOrderLink('phone', $orderBy, $vars, $lang->user->phone);?></th>
<th><?php common::printOrderLink('qq', $orderBy, $vars, $lang->user->qq);?></th>
<th><?php common::printOrderLink('`join`', $orderBy, $vars, $lang->user->join);?></th>
<th><?php common::printOrderLink('last', $orderBy, $vars, $lang->user->last);?></th>
<th><?php common::printOrderLink('visits', $orderBy, $vars, $lang->user->visits);?></th>
@@ -56,6 +57,7 @@ js::set('deptID', $deptID);
<td><?php echo html::mailto($user->email);?></td>
<td><?php if(isset($lang->user->genderList[$user->gender])) echo $lang->user->genderList[$user->gender];?></td>
<td><?php echo $user->phone;?></td>
<td><?php if($user->qq) echo html::a("tencent://message/?uin=$user->qq", $user->qq);?></td>
<td><?php echo $user->join;?></td>
<td><?php echo date('Y-m-d', $user->last);?></td>
<td><?php echo $user->visits;?></td>
+2 -2
View File
@@ -97,11 +97,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->skype;?></th>
<td><?php echo $user->skype;?></td>
<td><?php if($user->skype) echo html::a("callto://$user->skype", $user->skype);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->qq;?></th>
<td><?php echo $user->qq;?></td>
<td><?php if($user->qq) echo html::a("tencent://message/?uin=$user->qq", $user->qq);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->yahoo;?></th>
+1 -1
View File
@@ -97,7 +97,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->skype;?></th>
<td><?php echo $user->skype;?></td>
<td><?php if($user->skype) echo html::a("callto://$user->skype", $user->skype);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->qq;?></th>