mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
show tasklist in menu even if there are no task
This commit is contained in:
parent
bd80e96c92
commit
c9286b75a0
|
@ -367,8 +367,8 @@ class SeedDMS_View_Tasks extends SeedDMS_Theme_Style {
|
||||||
$menuitems['tasks']['children']['divider'] = array('divider'=>true);
|
$menuitems['tasks']['children']['divider'] = array('divider'=>true);
|
||||||
$menuitems['tasks']['children']['mydocuments'] = array('label'=>getMLText('my_documents'), 'link'=>$this->params['settings']->_httpRoot.'out/out.MyDocuments.php');
|
$menuitems['tasks']['children']['mydocuments'] = array('label'=>getMLText('my_documents'), 'link'=>$this->params['settings']->_httpRoot.'out/out.MyDocuments.php');
|
||||||
}
|
}
|
||||||
self::showNavigationBar($menuitems, array('right'=>true));
|
|
||||||
}
|
}
|
||||||
|
self::showNavigationBar($menuitems, array('right'=>true));
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user