* adjust ajax modal.

This commit is contained in:
wangyidong
2014-07-25 01:31:50 +00:00
parent 0418dbe71c
commit f062b3cb61
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -10,7 +10,10 @@
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php
$webRoot = $this->app->getWebRoot();
$jsRoot = $webRoot . "js/";
?>
<?php include '../../common/view/chosen.html.php';?>
<div class='container mw-500px'>
<div id='titlebar'>
@@ -44,4 +47,3 @@
</table>
</form>
</div>
<?php include '../../common/view/footer.lite.html.php';?>