* finish task #6090.

This commit is contained in:
wangyidong
2019-07-15 15:56:31 +08:00
parent 29a97a4f1c
commit 2671f7a044
66 changed files with 101 additions and 86 deletions
+2 -2
View File
@@ -37,13 +37,13 @@
<tr class='text-center'>
<th class='w-40px'><?php echo $lang->idAB;?></th>
<th class='w-150px<?php echo zget($visibleFields, 'dept', ' hidden')?>'><?php echo $lang->user->dept;?></th>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-200px' : 'w-180px';?>
<?php $colWidth = common::checkEnLang() ? 'w-200px' : 'w-180px';?>
<th class='<?php echo $colWidth;?> required'><?php echo $lang->user->account;?></th>
<th class='w-130px required'><?php echo $lang->user->realname;?></th>
<th class='w-120px'><?php echo $lang->user->role;?></th>
<th class='w-120px'><?php echo $lang->user->group;?></th>
<th class='<?php echo zget($visibleFields, 'email', "$minWidth hidden", $minWidth)?>'><?php echo $lang->user->email;?></th>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-140px' : 'w-90px';?>
<?php $colWidth = common::checkEnLang() ? 'w-140px' : 'w-90px';?>
<th class='<?php echo $colWidth; echo zget($visibleFields, 'gender', ' hidden')?>'><?php echo $lang->user->gender;?></th>
<th class="<?php echo $minWidth;?> required"><?php echo $lang->user->password;?></th>
<th class='w-120px<?php echo zget($visibleFields, 'commiter', ' hidden')?>'><?php echo $lang->user->commiter;?></th>