* Fix bug #25683.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.c-dept {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
.c-dept, .c-role {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
.c-phone {width: 120px;}
|
||||
.c-email {width: 200px;}
|
||||
.c-role {width: 105px;}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</td>
|
||||
<td><?php echo $user->realname;?></td>
|
||||
<td class='c-dept' title="<?php echo zget($depts, $user->dept);?>"><?php echo zget($depts, $user->dept);?></td>
|
||||
<td><?php echo zget($lang->user->roleList, $user->role);?></td>
|
||||
<td title="<?php echo zget($lang->user->roleList, $user->role)?>"><?php echo zget($lang->user->roleList, $user->role);?></td>
|
||||
<td title="<?php echo $user->phone;?>"><?php echo $user->phone;?></td>
|
||||
<td title="<?php echo $user->qq;?>"><?php echo $user->qq;?></td>
|
||||
<td title="<?php echo $user->weixin;?>"><?php echo $user->weixin;?></td>
|
||||
|
||||
Reference in New Issue
Block a user