+ [bug#52378,doing,0.5h] refactor stakeholder::userIssue ui.

This commit is contained in:
liumengyi
2024-09-20 10:23:47 +08:00
committed by 刘刚
parent 853549ef25
commit 4deddd67d1
+20
View File
@@ -0,0 +1,20 @@
<?php
declare(strict_types=1);
/**
* The user issue view file of stakeholder module of ZenTaoPMS.
* @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(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 Mengyi Liu
* @package stakeholder
* @link https://www.zentao.net
*/
namespace zin;
setID('stakeholderIssueModal');
modalHeader
(
set::entityText($lang->stakeholder->userIssue), set::entityID(''), set::title(''),
);
render();