* changed css names to compatible with zui.

This commit is contained in:
Catouse
2014-03-26 11:01:19 +08:00
parent 1ff011f641
commit e94843f4e2
74 changed files with 303 additions and 296 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ var browseType = '<?php echo $browseType;?>';
</tr>
<?php endforeach;?>
</tbody>
<tr><td colspan='9'><div class='f-right'><?php $pager->show();?></div></td></tr>
<tr><td colspan='9'><div class='text-right'><?php $pager->show();?></div></td></tr>
</table>
<div><?php echo html::selectAll() . html::selectReverse() . html::submitButton($lang->import) . html::backButton();?></div>
</form>