* finish the task #615.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-10 09:05:32 +00:00
parent a144cc9cf8
commit 9dbcac4d2c
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -56,9 +56,9 @@
</tbody>
<?php endforeach;?>
<tfoot>
<tr><td colspan='7' class='a-right'><?php $pager->show();?></td></tr>
<tr>
<td colspan='6' class='a-center'><?php echo html::submitButton();?></td>
<td class='a-left'><input type='checkbox' onclick='checkall(this);'><?php echo $lang->selectAll;?></td>
<td colspan='7' class='a-center'><input type='checkbox' onclick='checkall(this);'><?php echo $lang->selectAll; echo html::submitButton();?></td>
</tr>
</tfoot>
</table>