* fix bug: can't edit module name

This commit is contained in:
chujilu
2014-08-12 10:34:02 +08:00
parent 6bfc393dcc
commit e596a80929
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -10,6 +10,7 @@
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php
$webRoot = $this->app->getWebRoot();
$jsRoot = $webRoot . "js/";
@@ -49,3 +50,4 @@ $jsRoot = $webRoot . "js/";
</form>
</div>
</div>
<?php include '../../common/view/header.lite.html.php';?>