📄 new_message.php
字号:
------------------------------------------------------------ <?php echo lang('dont reply wraning') ?> ------------------------------------------------------------<?php echo lang('new message posted', $new_message->getTitle(), $new_message->getProject()->getName()) ?>. <?php/* Send the message 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_MESSAGE_BODY', false);*/if ((!defined('SHOW_MESSAGE_BODY')) or (SHOW_MESSAGE_BODY == true)) { echo "\n----------------\n"; echo $new_message->getText(); echo "\n----------------\n\n";}?><?php echo lang('view new message') ?>:- <?php echo str_replace('&', '&', $new_message->getViewUrl()) ?> Company: <?php echo owner_company()->getName() ?> Project: <?php echo $new_message->getProject()->getName() ?> --<?php echo ROOT_URL ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -