From 6e7e298359e964e5aab898d16d49db830a95121f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 20 Jan 2013 07:36:13 +0000 Subject: [PATCH] * adjust the title assign method. --- module/editor/control.php | 2 ++ module/editor/css/extend.css | 1 - module/editor/view/edit.html.php | 7 ++----- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/module/editor/control.php b/module/editor/control.php index d48144af85..c3f4a88f0a 100644 --- a/module/editor/control.php +++ b/module/editor/control.php @@ -19,6 +19,8 @@ class editor extends control */ public function index() { + $this->view->title = $this->lang->editor->common; + $this->view->position[] = $this->lang->editor->common; $this->view->moduleList = $this->editor->getModules(); $this->display(); } diff --git a/module/editor/css/extend.css b/module/editor/css/extend.css index 592bf5002d..9305fff3d3 100644 --- a/module/editor/css/extend.css +++ b/module/editor/css/extend.css @@ -1,3 +1,2 @@ #extendTree li {list-style-type:none;} #extendTree .active {color:blue; font-weight:bold} - diff --git a/module/editor/view/edit.html.php b/module/editor/view/edit.html.php index dd3db2336d..7c02e674a6 100644 --- a/module/editor/view/edit.html.php +++ b/module/editor/view/edit.html.php @@ -11,8 +11,7 @@ */ ?> - -
' id='dataform'> +'> - +
@@ -29,9 +28,7 @@
- -