From 0587683d8e9d9b1ee791be257faf240b80cd1d48 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Sat, 26 Mar 2011 06:45:47 +0000 Subject: Refs #572 * Adding Date Range calendar UI, with "Apply Date Range" button. Possibility to edit the INPUT fields directly rather than clicking in the calendar. Testing that dates are valid (from < to, valid string). * Updating calendar to show Loading.. on click (hopefully it makes it less confusing) * Fixing few bugs when period=range * All reports should load correctly when period=range, including sparklines, graphs & standard tables * Refs #2145 renaming parameter to $filter_limit which seems to work OK - it's not even a hack isn't it? :) TODO: * refactor period_select.tpl JS in helper, * Metadata compatibility with period=range (at least the World map doesn't work for now) * previous TODO still valid Testing is welcome, please report any bug you find! git-svn-id: http://dev.piwik.org/svn/trunk@4188 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/VisitsSummary/templates/index.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/VisitsSummary') diff --git a/plugins/VisitsSummary/templates/index.tpl b/plugins/VisitsSummary/templates/index.tpl index 2df5f933cf..bb733e9164 100644 --- a/plugins/VisitsSummary/templates/index.tpl +++ b/plugins/VisitsSummary/templates/index.tpl @@ -1,6 +1,9 @@ -

{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}

+ +

{if $period=='range'}{'Referers_Evolution'|translate} + {else}{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}{/if} +

{$graphEvolutionVisitsSummary}

{'General_Report'|translate}

-- cgit v1.2.3