We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e04358 commit ebe1a0aCopy full SHA for ebe1a0a
2 files changed
framework/modules/ealerts/controllers/ealertController.php
@@ -24,7 +24,7 @@
24
class ealertController extends expController {
25
public $basemodel_name = 'expeAlerts';
26
protected $manage_permissions = array(
27
- 'send'=>'Send E-Alert',
+// 'send'=>'Send E-Alert', requires Manage permission to send eAlert
28
);
29
public $remove_configs = array(
30
'aggregation',
framework/modules/ealerts/views/ealert/showall.tpl
@@ -42,7 +42,7 @@
42
{control type="checkbox" name="ealerts[]" label=" " value=$ealert->id checked=$active}
43
</td>
44
<td>
45
- <{$config.item_level|default:'h2'}>{$ealert->ealert_title}</{$config.item_level|default:'h2'}>
+ <strong>{$ealert->ealert_title}</strong>
46
<p>{$ealert->ealert_desc}</p>
47
48
</tr>
0 commit comments