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:
authormattpiwik <matthieu.aubry@gmail.com>2011-03-26 09:45:47 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-03-26 09:45:47 +0300
commit0587683d8e9d9b1ee791be257faf240b80cd1d48 (patch)
tree8a6e644ae463a5a0ceb83bfc391bc8dd7225d99f /plugins/VisitsSummary
parent2dce961a02555ae62409c17b4afe995deba8247d (diff)
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
Diffstat (limited to 'plugins/VisitsSummary')
-rw-r--r--plugins/VisitsSummary/templates/index.tpl5
1 files changed, 4 insertions, 1 deletions
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 @@
<a name="evolutionGraph" graphId="VisitsSummarygetEvolutionGraph"></a>
-<h2>{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}</h2>
+
+<h2>{if $period=='range'}{'Referers_Evolution'|translate}
+ {else}{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}{/if}
+</h2>
{$graphEvolutionVisitsSummary}
<h2>{'General_Report'|translate}</h2>