* Integrate level 1.5 menu into all UI templates that are relevant to the program module.
This commit is contained in:
@@ -15,6 +15,8 @@ $config->personnel->accessible->dtable->fieldList['dept']['map'] = $deptList;
|
||||
$cols = array_values($config->personnel->accessible->dtable->fieldList);
|
||||
$data = array_values($personnelList);
|
||||
|
||||
dropmenu();
|
||||
|
||||
featureBar
|
||||
(
|
||||
li(searchToggle())
|
||||
|
||||
@@ -9,6 +9,8 @@ declare(strict_types=1);
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
namespace zin;
|
||||
|
||||
dropmenu();
|
||||
?>
|
||||
<div class='main-table bg-white'>
|
||||
<?php if(!empty($investList)):?>
|
||||
|
||||
@@ -19,6 +19,8 @@ $whitelist = initTableData($whitelist, $config->personnel->whitelist->dtable->fi
|
||||
$cols = array_values($config->personnel->whitelist->dtable->fieldList);
|
||||
$data = array_values($whitelist);
|
||||
|
||||
dropmenu();
|
||||
|
||||
featureBar
|
||||
(
|
||||
set::current('all'),
|
||||
|
||||
@@ -26,7 +26,7 @@ $storyProductID = count($storyProductIds) > 1 ? 0 : $productID;
|
||||
dropmenu();
|
||||
|
||||
/* Generate sidebar to display module tree menu. */
|
||||
$fnGenerateSideBar = function() use ($moduleTree, $moduleID, $productID, $branchID, $branchType)
|
||||
$fnGenerateSideBar = function() use ($moduleTree, $moduleID, $productID, $branchID)
|
||||
{
|
||||
sidebar
|
||||
(
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The browse view file of stakeholder module of ZenTaoPMS.
|
||||
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
|
||||
@@ -8,7 +9,6 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
namespace zin;
|
||||
|
||||
/* Level 3 navigator. */
|
||||
|
||||
@@ -11,6 +11,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace zin;
|
||||
|
||||
dropmenu();
|
||||
|
||||
formPanel
|
||||
(
|
||||
set::url(createLink('stakeholder', 'create', "objectID=$objectID")),
|
||||
|
||||
Reference in New Issue
Block a user