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:
928ebaf
)
fixed broken accordions, CRM-13910
author
kurund
<kurund@civicrm.org>
Wed, 4 Dec 2013 22:36:58 +0000
(14:36 -0800)
committer
kurund
<kurund@civicrm.org>
Wed, 4 Dec 2013 22:36:58 +0000
(14:36 -0800)
----------------------------------------
* CRM-13910: HTML and Plain-Text Format accordion panes are broken on Schedule Reminder
http://issues.civicrm.org/jira/browse/CRM-13910
templates/CRM/Admin/Form/ScheduleReminders.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Admin/Form/ScheduleReminders.tpl
b/templates/CRM/Admin/Form/ScheduleReminders.tpl
index 5ced2fce5dc9b77be98db5a3afe26b3b3ba8daab..a19fb449b08263c1b1a60c69a788f18a479da3db 100644
(file)
--- a/
templates/CRM/Admin/Form/ScheduleReminders.tpl
+++ b/
templates/CRM/Admin/Form/ScheduleReminders.tpl
@@
-176,6
+176,9
@@
{literal}
<script type='text/javascript'>
+ cj(function($) {
+ $().crmAccordions();
+ });
var entityMapping = eval({/literal}{$entityMapping}{literal});
var recipientMapping = eval({/literal}{$recipientMapping}{literal});