Server IP : 184.154.167.98 / Your IP : 3.136.234.199 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/mesa/include/staff/ |
Upload File : |
<table class="form_table settings_table" width="940" border="0" cellspacing="0" cellpadding="2"> <thead> <tr> <th colspan="2"> <em><?php echo __('Global setting - can be disabled at department or email level.'); ?></em> </th> </tr> </thead> <tbody> <tr> <td width="160"><?php echo __('New Ticket'); ?>:</td> <td> <input type="checkbox" name="ticket_autoresponder" <?php echo $config['ticket_autoresponder'] ? 'checked="checked"' : ''; ?>/> <?php echo __('Ticket Owner'); ?> <i class="help-tip icon-question-sign" href="#new_ticket"></i> </td> </tr> <tr> <td width="160"><?php echo __('New Ticket by Agent'); ?>:</td> <td> <input type="checkbox" name="ticket_notice_active" <?php echo $config['ticket_notice_active'] ? 'checked="checked"' : ''; ?>/> <?php echo __('Ticket Owner'); ?> <i class="help-tip icon-question-sign" href="#new_ticket_by_staff"></i> </td> </tr> <tr> <td width="160" rowspan="2"><?php echo __('New Message'); ?>:</td> <td> <input type="checkbox" name="message_autoresponder" <?php echo $config['message_autoresponder'] ? 'checked="checked"' : ''; ?>/> <?php echo __('Submitter: Send receipt confirmation'); ?> <i class="help-tip icon-question-sign" href="#new_message_for_submitter"></i> </td> </tr> <tr> <td> <input type="checkbox" name="message_autoresponder_collabs" <?php echo $config['message_autoresponder_collabs'] ? 'checked="checked"' : ''; ?>/> <?php echo __('Participants: Send new activity notice'); ?> <i class="help-tip icon-question-sign" href="#new_message_for_participants"></i> </div> </td> </tr> <tr> <td width="160"><?php echo __('Overlimit Notice'); ?>:</td> <td> <input type="checkbox" name="overlimit_notice_active" <?php echo $config['overlimit_notice_active'] ? 'checked="checked"' : ''; ?>/> <?php echo __('Ticket Submitter'); ?> <i class="help-tip icon-question-sign" href="#overlimit_notice"></i> </td> </tr> </tbody> </table>