* ajusted style.

This commit is contained in:
Catouse
2014-04-23 17:41:39 +08:00
parent c70e1bcb4e
commit 924f8fbc8c
41 changed files with 91 additions and 85 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ var browseType = '<?php echo $browseType;?>';
<tfoot>
<tr>
<td colspan='8'>
<div class='table-actions clearfix'><?php echo "<div class='btn-group'>" . html::selectAll() . html::selectReverse() . '</div>' . html::submitButton($lang->import) . html::backButton();?>
<div class='table-actions clearfix'><?php echo "<div class='btn-group'>" . html::selectButton() . '</div>' . html::submitButton($lang->import) . html::backButton();?>
</div>
<?php $pager->show();?>
</td>