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:
4d61dc0
)
fix to get around link issues in ckeditor when opening scheduled reminder in popup
author
yashodha
<yashodha@cividesk.com>
Thu, 19 May 2022 15:52:09 +0000
(21:22 +0530)
committer
yashodha
<yashodha@cividesk.com>
Thu, 19 May 2022 15:52:09 +0000
(21:22 +0530)
CRM/Admin/Page/ScheduleReminders.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Page/ScheduleReminders.php
b/CRM/Admin/Page/ScheduleReminders.php
index 2eb555d1753750684eb88cab6b59be7ccb73b841..1f3e1b57fe78ece1603c1ded2a5a7fbc1d96939f 100644
(file)
--- a/
CRM/Admin/Page/ScheduleReminders.php
+++ b/
CRM/Admin/Page/ScheduleReminders.php
@@
-51,6
+51,7
@@
class CRM_Admin_Page_ScheduleReminders extends CRM_Core_Page_Basic {
self::$_links = [
CRM_Core_Action::UPDATE => [
'name' => ts('Edit'),
+ 'class' => 'no-popup',
'url' => 'civicrm/admin/scheduleReminders',
'qs' => 'action=update&id=%%id%%&reset=1',
'title' => ts('Edit Schedule Reminders'),