Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/templates/period_select.tpl')
-rw-r--r--plugins/CoreHome/templates/period_select.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/CoreHome/templates/period_select.tpl b/plugins/CoreHome/templates/period_select.tpl
index 1c704ff5b5..1db1f1092b 100644
--- a/plugins/CoreHome/templates/period_select.tpl
+++ b/plugins/CoreHome/templates/period_select.tpl
@@ -1,4 +1,5 @@
{loadJavascriptTranslations plugins='CoreHome'}
+<script type="text/javascript" src="libs/jquery/jquery-calendar.js"></script>
<script type="text/javascript" src="plugins/CoreHome/templates/calendar.js"></script>
<script type="text/javascript" src="plugins/CoreHome/templates/date.js"></script>
@@ -10,11 +11,11 @@
{foreach from=$otherPeriods item=thisPeriod} | <a href='{url period=$thisPeriod}'>{$periodsNames.$thisPeriod.singular}</a>{/foreach}
</span>
</span>
- <br />
- <span id="datepicker"></span>
+ <br/>
+ <span id="calendar"></span>
</span>
-{literal}<script type="text/javascript">
+{literal}<script language="javascript">
$(document).ready(function() {
// this will trigger to change only the period value on search query and hash string.
$("#otherPeriods a").bind('click',function(e) {
@@ -26,4 +27,5 @@ $(document).ready(function() {
});</script>
{/literal}
-<div style="clear:both;"></div>
+<div style="clear:both"></div>
+