Add no-popup class to doc links
authorColeman Watts <coleman@civicrm.org>
Sat, 22 Feb 2014 00:33:44 +0000 (19:33 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 22 Feb 2014 00:34:17 +0000 (19:34 -0500)
CRM/Utils/System.php

index 01775726cf9156b10c6871c4d69f37782f5740d2..9ba1268496243fb7f54cf7f7fab48606aea9ae8b 100644 (file)
@@ -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>";
     }
   }