⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 milestone_assigned.php

📁 ProjectPier 源码 很好的项目管理程序
💻 PHP
字号:
------------------------------------------------------------ <?php echo lang('dont reply wraning') ?> ------------------------------------------------------------<?php echo lang('milestone assigned', $milestone_assigned->getName()) ?>. <?php/* Send the milestone body unless the configuration file specifically says not to:** to prevent sending the body of email messages add the following to config.php** For config.php:  define('SHOW_MILESTONE_BODY', false);*/if ((!defined('SHOW_MILESTONE_BODY')) or (SHOW_MILESTONE_BODY == true)) {  echo "\n----------------\n";  echo $milestone->getDescription();  echo "\n----------------\n\n";}?><?php echo lang('view assigned milestones') ?>:- <?php echo str_replace('&amp;', '&', $milestone_assigned->getViewUrl()) ?> Company: <?php echo owner_company()->getName() ?> Project: <?php echo $milestone_assigned->getProject()->getName() ?> --<?php echo ROOT_URL ?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -