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-05-24 01:45:55 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-24 01:45:55 +0400
commit02bb2f990858a34749d5a0092b0d4365b44911f3 (patch)
treee8ea727ca4d0b8b1fae17d5745122aa945c96d3d /plugins/Live/templates
parent1237d98d85c595ed52d33ba9ed364dcf6aa1b1cd (diff)
Fixes #2373 - hiding the help icon on widgetize view
REfs #898 Ecommerce orders log now refreshes properly on pagination rather than refreshing over the whole screen git-svn-id: http://dev.piwik.org/svn/trunk@4793 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index 4eefc4214b..ba1efbee26 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -1,10 +1,9 @@
-<div class="home" id="content" style="display: block;">
-<a graphid="VisitsSummarygetEvolutionGraph" name="evolutionGraph"></a>
-<h2>{if $javascriptVariablesToSet.filterEcommerce}{'Goals_EcommerceOrdersLog'|translate}{else}{'Live_VisitorLog'|translate}{/if}</h2>
<div id="{$properties.uniqueId}" class="visitorLog">
+<h2>{if $javascriptVariablesToSet.filterEcommerce}{'Goals_EcommerceOrdersLog'|translate}{else}{'Live_VisitorLog'|translate}{/if}</h2>
{if !empty($reportDocumentation)}
<div class="reportDocumentation"><p>{$reportDocumentation}</p></div>
{/if}
+<a graphid="VisitsSummarygetEvolutionGraph" name="evolutionGraph"></a>
{assign var=maxIdVisit value=0}
{if isset($arrayDataTable.result) and $arrayDataTable.result == 'error'}
{$arrayDataTable.message}
@@ -223,7 +222,6 @@
dataTables['{$properties.uniqueId}'].param.maxIdVisit = {$maxIdVisit};
</script>
{/if}
-</div>
{literal}
<style type="text/css">
@@ -239,4 +237,5 @@
</style>
{/literal}
+
</div>