* improve dashboard UI.

This commit is contained in:
Catouse
2016-04-13 17:42:21 +08:00
parent 5a837ca15c
commit 27ed67331e
15 changed files with 162 additions and 153 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if($type == 'html')
include '../../common/view/kindeditor.html.php';
}
?>
<form method='post' id='blockForm' target='hiddenwin' class='form form-horizontal' action='<?php echo $this->createLink('block', 'set', "index=$index&type=$type&source=$source")?>'>
<form method='post' id='blockForm' target='hiddenwin' class='form form-horizontal' action='<?php echo $this->createLink('block', 'set', "id=$id&type=$type&source=$source")?>'>
<table class='table table-form'>
<tbody>
<?php include 'publicform.html.php';?>