Skip to content

Commit ebe1a0a

Browse files
committed
allow non-admins to send eAlerts
1 parent 0e04358 commit ebe1a0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

framework/modules/ealerts/controllers/ealertController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class ealertController extends expController {
2525
public $basemodel_name = 'expeAlerts';
2626
protected $manage_permissions = array(
27-
'send'=>'Send E-Alert',
27+
// 'send'=>'Send E-Alert', requires Manage permission to send eAlert
2828
);
2929
public $remove_configs = array(
3030
'aggregation',

framework/modules/ealerts/views/ealert/showall.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{control type="checkbox" name="ealerts[]" label=" " value=$ealert->id checked=$active}
4343
</td>
4444
<td>
45-
<{$config.item_level|default:'h2'}>{$ealert->ealert_title}</{$config.item_level|default:'h2'}>
45+
<strong>{$ealert->ealert_title}</strong>
4646
<p>{$ealert->ealert_desc}</p>
4747
</td>
4848
</tr>

0 commit comments

Comments
 (0)