* finish task #4228.

This commit is contained in:
wangyidong
2018-05-23 14:20:44 +08:00
parent 004d879698
commit 2c57a1cbe7
+7 -7
View File
@@ -17,20 +17,20 @@
<?php common::printLink('admin', 'checkWeak', '', "<span class='text'>{$lang->admin->safe->checkWeak}</span>", '', "class='btn btn-link btn-active-text'");?></li>
</div>
</div>
<div id='mainContent' class='main-content'>
<div id='mainContent'>
<div class='main-table pd-0'>
<table class='table table-condensed table-hover table-striped table-fixed'>
<thead>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th><?php echo $lang->user->realname;?></th>
<th class='w-150px'><?php echo $lang->user->realname;?></th>
<th><?php echo $lang->user->account;?></th>
<th><?php echo $lang->user->phone;?></th>
<th><?php echo $lang->user->mobile;?></th>
<th><?php echo $lang->user->birthyear;?></th>
<th><?php echo $lang->admin->safe->reason;?></th>
<th class='w-100px'><?php echo $lang->user->phone;?></th>
<th class='w-100px'><?php echo $lang->user->mobile;?></th>
<th class='w-100px'><?php echo $lang->user->birthyear;?></th>
<th class='w-100px'><?php echo $lang->admin->safe->reason;?></th>
<th class='w-50px'><?php echo $lang->actions;?></th>
</thead>
<tbody class='text-center'>
<tbody>
<?php foreach($weakUsers as $user):?>
<tr>
<td class='text-right'><?php echo $user->id?></td>