Skip to content
Snippets Groups Projects
Commit b141fe8a authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #2619 from Chefkeks/patch-14


UI: Assignment alerts do NOT include teams

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents a36ffdaf e1826b66
No related branches found
No related tags found
No related merge requests found
<table class="form_table settings_table" width="940" border="0" cellspacing="0" cellpadding="2">
<table class="form_table settings_table" width="940" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr><th><em><b><?php echo __('New Ticket Alert'); ?></b>:
<i class="help-tip icon-question-sign" href="#ticket_alert"></i>
......@@ -123,7 +123,7 @@
<tr>
<td>
<input type="checkbox" name="assigned_alert_staff" <?php echo
$config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agent / Team'); ?>
$config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agent'); ?>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment