* adjust the colspan.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-05 08:25:49 +00:00
parent 28633fef92
commit e07b48aeb7

View File

@@ -76,7 +76,7 @@ js::set('deptID', $deptID);
</tbody>
<tfoot>
<tr>
<td colspan='11'>
<td colspan='12'>
<?php
echo html::selectAll() . html::selectReverse();
echo html::submitButton($lang->edit, 'onclick=batchEdit()');