* Adjust my work and contribute menu.

This commit is contained in:
holan20180123
2021-03-22 10:28:59 +08:00
parent c34c4fbbfe
commit 4b45d79941
6 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -478,8 +478,8 @@ class task extends control
$this->loadModel('my')->setMenu();
$moduleIndex = array_search('task', $this->lang->noMenuModule);
if($moduleIndex !== false) unset($this->lang->noMenuModule[$moduleIndex]);
$this->lang->task->menu = $this->lang->my->workMenu;
$this->lang->my->menu->myWork['subModule'] = 'task';
$this->lang->task->menu = $this->lang->my->menu->work;
$this->lang->my->menu->work['subModule'] = 'task';
$this->view->position[] = html::a($this->createLink('my', 'task'), $this->lang->my->task);
$this->view->title = $this->lang->task->batchEdit;