[Piwik-svn] r284 - trunk/plugins/Home/templates
svnmaster at piwik.org
svnmaster at piwik.org
Mon Feb 4 05:21:21 CET 2008
Author: matt
Date: 2008-02-04 05:21:21 +0100 (Mon, 04 Feb 2008)
New Revision: 284
Modified:
trunk/plugins/Home/templates/graph.tpl
Log:
removing extra space
Modified: trunk/plugins/Home/templates/graph.tpl
===================================================================
--- trunk/plugins/Home/templates/graph.tpl 2008-02-04 03:52:38 UTC (rev 283)
+++ trunk/plugins/Home/templates/graph.tpl 2008-02-04 04:21:21 UTC (rev 284)
@@ -1,8 +1,8 @@
<div id="{$id}" class="{if $graphType=='evolution'}parentDivGraphEvolution{else}parentDivGraph{/if}">
{$jsInvocationTag}
-<br/><br/>
+
{if $showFooter}
-
+ <br/><br/>
<form class="formEmbedCode" id="{$formId}">
Embed <input name="embed_code" value="{$codeEmbed}" onclick="javascript:document.getElementById('{$formId}').embed_code.focus();document.getElementById('{$formId}').embed_code.select();" readonly="true" type="text">
More information about the Piwik-svn
mailing list