* Add comment of zin.

This commit is contained in:
tianshujie
2022-11-02 08:42:00 +08:00
parent 86e76aef33
commit 5127bcec3a
5 changed files with 173 additions and 16 deletions
+3 -2
View File
@@ -24,9 +24,10 @@ if(common::hasPriv('project', 'create'))
$actionbar->append($button);
}
if(isset($lang->pageActions))
if(common::hasPriv('program', 'create'))
{
$actionbar->append($lang->pageActions);
$button = html::a($this->createLink('program', 'create'), "<i class='icon icon-plus'></i> " . $this->lang->program->create, '', "class='btn btn-primary create-program-btn'");
$actionbar->append($button);
}
$menu = block('h');