* improve dashboard UI.
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
$webRoot = $config->webRoot;
|
||||
$jsRoot = $webRoot . "js/";
|
||||
$themeRoot = $webRoot . "theme/";
|
||||
include "../../common/view/chosen.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'?>
|
||||
|
||||
Reference in New Issue
Block a user