* fix a bug #556.
This commit is contained in:
@@ -242,6 +242,7 @@ class todo extends control
|
||||
$this->lang->todo->menu = $this->lang->user->menu;
|
||||
$this->lang->todo->menuOrder = $this->lang->user->menuOrder;
|
||||
$this->loadModel('user')->setMenu($this->user->getPairs(), $todo->account);
|
||||
$this->lang->company->menu->browseUser['subModule'] = 'todo';
|
||||
$this->lang->set('menugroup.todo', $from);
|
||||
|
||||
$this->view->title = "{$this->lang->todo->common} #$todo->id $todo->name";
|
||||
|
||||
@@ -1 +1 @@
|
||||
.icon-green-todo-finish {background-position:-80px -240px;}
|
||||
#wrap .outer>table#actionbox>caption {margin-top:0px;}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
function setOuterBox(){}
|
||||
|
||||
Reference in New Issue
Block a user