* adjust manageview page.

This commit is contained in:
wangyidong
2015-09-17 09:44:02 +08:00
parent d2843052d9
commit 90b4011e56
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
.group-item {display:block; width:93px; float:left}
.group-item {display:block; width:80px; float:left; margin-top:5px;}
+6 -1
View File
@@ -16,7 +16,6 @@
<tr>
<th class='w-150px'>
<?php echo $lang->group->viewList;?>
<input type="checkbox" name="allchecker[]" onclick="selectAll(this, '', 'checkbox')">
</th>
<td class='w-p60'>
<?php foreach($lang->menu as $menu):?>
@@ -30,6 +29,12 @@
</label>
</div>
<?php endforeach;?>
<div class='group-item'>
<label class='priv' for='allchecker'>
<input type="checkbox" id='allchecker' name="allchecker[]" onclick="selectAll(this, '', 'checkbox')">
<?php echo $lang->selectAll?>
</label>
</div>
</td>
<td><?php echo $lang->group->noticeVisit?></td>
</tr>