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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-22 11:17:30 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-22 11:17:30 +0300
commit72588f19bd9684d9b4ea2f2b291b014bf8b42b87 (patch)
treef13f2968ded90a1a8bf0e34235910c0ed2545235 /plugins/Goals/templates
parentd5616c2e1f77445c845a5c93f138a980c8730b43 (diff)
- fix actions table column names
- display total size used by piwik in dbUsage plugin - adding tests in pre-release check
Diffstat (limited to 'plugins/Goals/templates')
-rw-r--r--plugins/Goals/templates/title_and_evolution_graph.tpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Goals/templates/title_and_evolution_graph.tpl b/plugins/Goals/templates/title_and_evolution_graph.tpl
index e9dfea5156..64f616abea 100644
--- a/plugins/Goals/templates/title_and_evolution_graph.tpl
+++ b/plugins/Goals/templates/title_and_evolution_graph.tpl
@@ -1,14 +1,11 @@
<script type="text/javascript" src="plugins/CoreHome/templates/sparkline.js"></script>
-<div id="leftcolumn">
<a name="evolutionGraph" graphId="{$nameGraphEvolution}"></a>
<h2>{$title}</h2>
{$graphEvolution}
-</div>
-<div id="rightcolumn">
<table>
<tr><td>
<p>{sparkline src=$urlSparklineConversions}<span>
@@ -22,6 +19,5 @@
{'%s overall conversion rate (visits with a completed goal)'|translate:"<strong>$conversion_rate%</strong>"}</span></p>
</td></tr>
</table>
-</div>
<div style="clear:both"> \ No newline at end of file