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
Branches
Tags
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> <tbody>
<tr><th><em><b><?php echo __('New Ticket Alert'); ?></b>: <tr><th><em><b><?php echo __('New Ticket Alert'); ?></b>:
<i class="help-tip icon-question-sign" href="#ticket_alert"></i> <i class="help-tip icon-question-sign" href="#ticket_alert"></i>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<tr> <tr>
<td> <td>
<input type="checkbox" name="assigned_alert_staff" <?php echo <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> </td>
</tr> </tr>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment