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-06-19 08:01:00 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-06-19 08:01:00 +0400
commit942836f6d9c1be28932f7040659c159e446a10c1 (patch)
treed93235f0e4147ca7a2b145954220f69f1a574c4e /plugins/Live/templates
parentf5eb0a82192fa3f53aff927967a406a7c854cac2 (diff)
* Fix All websites dashboard working fine when Goals plugin is disabled
* Fix Visitor log Next showing even when no element are following git-svn-id: http://dev.piwik.org/svn/trunk@4935 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index de59aa69e9..91e288392a 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -242,7 +242,7 @@
</tbody>
</table>
{/if}
- {if count($arrayDataTable) <= 20}
+ {if count($arrayDataTable) == $javascriptVariablesToSet.filter_limit}
{* We set a fake large rows count so that 'Next' paginate link is forced to display
This is hard coded because the Visitor Log datatable is not fully loaded in memory,
but needs to fetch only the N rows in the logs