* Integrate level 1.5 menu into all UI templates that are relevant to the program module.

This commit is contained in:
chentao
2023-07-08 17:15:12 +08:00
parent 5b2c0b1809
commit 55edc3a640
9 changed files with 27 additions and 3 deletions
+12
View File
@@ -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),
+2
View File
@@ -3,6 +3,8 @@ namespace zin;
jsVar('confirmDeleteTip', $lang->project->confirmDelete);
dropmenu();
featureBar
(
set::current($browseType),
+3 -1
View File
@@ -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