projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d73c55
)
Adding link in Multiple Alerts box to status page
author
Nikki Murray
<nikki.liz.murray@gmail.com>
Tue, 13 Oct 2015 18:33:55 +0000
(14:33 -0400)
committer
Nikki Murray
<nikki.liz.murray@gmail.com>
Tue, 13 Oct 2015 19:25:42 +0000
(15:25 -0400)
CRM/Utils/Check.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check.php
b/CRM/Utils/Check.php
index 87d930c4329a48f954d2f12ecb016fae08e2c142..265141187bf30659a978ced498610273a6d6069f 100644
(file)
--- a/
CRM/Utils/Check.php
+++ b/
CRM/Utils/Check.php
@@
-91,7
+91,7
@@
class CRM_Utils_Check {
if (count($statusMessages)) {
if (count($statusMessages) > 1) {
$statusTitle = ts('Multiple Alerts');
- $statusMessage = '<ul><li>' . implode('</li><li>', $statusMessages) . '</li></ul>';
+ $statusMessage = '
Please check your <a href="../civicrm/a/#/status">status page</a> for a full list and further details.
<ul><li>' . implode('</li><li>', $statusMessages) . '</li></ul>';
}
// @todo add link to status page