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:
976052e
)
Add no-popup class to doc links
author
Coleman Watts
<coleman@civicrm.org>
Sat, 22 Feb 2014 00:33:44 +0000
(19:33 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 22 Feb 2014 00:34:17 +0000
(19:34 -0500)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index 01775726cf9156b10c6871c4d69f37782f5740d2..9ba1268496243fb7f54cf7f7fab48606aea9ae8b 100644
(file)
--- a/
CRM/Utils/System.php
+++ b/
CRM/Utils/System.php
@@
-1167,7
+1167,7
@@
class CRM_Utils_System {
return $link;
}
else {
- return "<a href=\"{$link}\" $style target=\"_blank\" title=\"{$params['title']}\">{$params['text']}</a>";
+ return "<a href=\"{$link}\" $style target=\"_blank\"
class=\"crm-doc-link no-popup\"
title=\"{$params['title']}\">{$params['text']}</a>";
}
}