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:
94c1e8f
)
CRM-15804 - CiviEvent Date Picker broken in modal dialog
author
atif-shaikh
<shaikh388@gmail.com>
Tue, 13 Jan 2015 06:18:34 +0000
(11:48 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Tue, 13 Jan 2015 06:18:34 +0000
(11:48 +0530)
https://issues.civicrm.org/jira/browse/CRM-15804
templates/CRM/common/jcalendar.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/jcalendar.tpl
b/templates/CRM/common/jcalendar.tpl
index 5ad307a8568e7f52fce5688db4c02260e56a3e9f..2544df9713688519a30811a5641de51bc85ecffa 100644
(file)
--- a/
templates/CRM/common/jcalendar.tpl
+++ b/
templates/CRM/common/jcalendar.tpl
@@
-49,7
+49,12
@@
{$form.$elementName.html}
{/if}
-{assign var='displayDate' value=$elementId|cat:"_display"}
+{* CRM-15804 - CiviEvent Date Picker broken in modal dialog *}
+{if $snippet}
+ {assign var='dialog' value='_dialog'}
+{/if}
+
+{assign var='displayDate' value=$elementId|cat:"_display$dialog"}
{if $action neq 1028}
<input type="text" name="{$displayDate}" id="{$displayDate}" class="dateplugin" autocomplete="off"/>