+ [bug#59384,done,0.5h] add mail content.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* The mail file of execution module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2025 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
||||
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
* @author Mengyi Liu
|
||||
* @package execution
|
||||
* @version $Id: sendmail.html.php
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
?>
|
||||
<?php $mailTitle = 'EXECUTION #' . $object->id . ' ' . $object->name;?>
|
||||
<?php include $this->app->getModuleRoot() . 'common/view/mail.header.html.php';?>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user