* adjust the title assign method.

This commit is contained in:
wangchunsheng
2013-01-20 07:36:13 +00:00
parent 4992525323
commit 6e7e298359
3 changed files with 4 additions and 6 deletions
+2
View File
@@ -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();
}
-1
View File
@@ -1,3 +1,2 @@
#extendTree li {list-style-type:none;}
#extendTree .active {color:blue; font-weight:bold}
+2 -5
View File
@@ -11,8 +11,7 @@
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/colorbox.html.php';?>
<form method='post' target='hiddenwin' action='<?php echo inlink('save', "filePath=$safeFilePath&action=$action")?>' id='dataform'>
<form method='post' target='hiddenwin' action='<?php echo inlink('save', "filePath=$safeFilePath&action=$action")?>'>
<table class='table-1'>
<?php if($filePath):?>
<caption>
@@ -29,9 +28,7 @@
</tr>
<?php endif?>
<tr>
<td>
<?php echo html::textarea('fileContent', str_replace('&', '&amp;', $fileContent), "class='w-p100'")?>
</td>
<td><?php echo html::textarea('fileContent', str_replace('&', '&amp;', $fileContent), "class='w-p100'")?></td>
</tr>
<tr>
<td>