From 976b471ec73c6ba313775d15bbfc5ac0b26459be Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Fri, 28 Sep 2012 03:07:18 +0000 Subject: Refs #2159 * Fixing RowEvolution popover click on selector: Warning: array_keys() expects parameter 1 to be array, null given * Changing default monthly to show 2 years history * Simplifying code of getXAxisStepSize() since it seemed too complicated ;) * removing incorrect title which was always "Showing evolution over last 30 $period" git-svn-id: http://dev.piwik.org/svn/trunk@7075 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/VisitsSummary/templates/index.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/VisitsSummary') diff --git a/plugins/VisitsSummary/templates/index.tpl b/plugins/VisitsSummary/templates/index.tpl index b1b149b9bb..43c7097911 100644 --- a/plugins/VisitsSummary/templates/index.tpl +++ b/plugins/VisitsSummary/templates/index.tpl @@ -1,9 +1,8 @@ {* This graphId must be unique for this report *} -

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

+

{'Referers_Evolution'|translate}

+ {$graphEvolutionVisitsSummary}

{'General_Report'|translate}

-- cgit v1.2.3