* Integrate level 1.5 menu into all UI templates that are relevant to the program module.
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The product view file of program module of ZenTaoPMS.
|
||||
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
|
||||
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
* @author wangyidong<wangyidong@cnezsoft.com>
|
||||
* @package program
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
|
||||
namespace zin;
|
||||
|
||||
dropmenu();
|
||||
|
||||
featureBar
|
||||
(
|
||||
set::current($browseType),
|
||||
|
||||
@@ -3,6 +3,8 @@ namespace zin;
|
||||
|
||||
jsVar('confirmDeleteTip', $lang->project->confirmDelete);
|
||||
|
||||
dropmenu();
|
||||
|
||||
featureBar
|
||||
(
|
||||
set::current($browseType),
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The stakeholder view file of program module of ZenTaoPMS.
|
||||
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
|
||||
@@ -8,9 +9,10 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
namespace zin;
|
||||
|
||||
dropmenu();
|
||||
|
||||
/* Feature bar. */
|
||||
$navLinkParams = array('program' => $programID);
|
||||
featureBar
|
||||
|
||||
Reference in New Issue
Block a user