* improve dashboard UI.

This commit is contained in:
Catouse
2016-04-14 09:08:32 +08:00
parent 32eb12d2cc
commit 3edba12cc7
9 changed files with 58 additions and 33 deletions
+2 -2
View File
@@ -11,6 +11,8 @@
*/
?>
<?php if(isset($pageCSS)) css::internal($pageCSS); ?>
<?php js::set('blockID', $blockID)?>
<?php if(isset($pageJS)) js::execute($pageJS);?>
<table class='table table-form'>
<tr><th class='w-100px'></th><td></td></tr>
<?php if(!empty($modules)):?>
@@ -26,5 +28,3 @@
<tr><?php if(!empty($blocks)) echo $blocks;?></tr>
</table>
<div id='blockParam'></div>
<?php js::set('blockID', $blockID)?>
<?php if(isset($pageJS)) js::execute($pageJS);?>