* adjust the title assign method.
This commit is contained in:
@@ -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,3 +1,2 @@
|
||||
#extendTree li {list-style-type:none;}
|
||||
#extendTree .active {color:blue; font-weight:bold}
|
||||
|
||||
|
||||
@@ -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('&', '&', $fileContent), "class='w-p100'")?>
|
||||
</td>
|
||||
<td><?php echo html::textarea('fileContent', str_replace('&', '&', $fileContent), "class='w-p100'")?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user