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>2009-12-17 19:11:38 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-17 19:11:38 +0300
commit4382c895618414b10ae1c34bc0ea2add2b981d33 (patch)
tree8ff8083c1adb9fec7324c84af27545eaefff1254 /plugins
parentd9d4b64f41f7f5ea315df0ce0440cd618f3e6575 (diff)
Refs #1081 this code is actually not useful
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MultiSites/templates/index.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MultiSites/templates/index.tpl b/plugins/MultiSites/templates/index.tpl
index d0d1921a18..8fc4500b9e 100644
--- a/plugins/MultiSites/templates/index.tpl
+++ b/plugins/MultiSites/templates/index.tpl
@@ -51,8 +51,6 @@
</th>
<th style="text-align:center;width:350px" colspan="2">
<span style="cursor:pointer;" onClick="params = setOrderBy(this,allSites, params, $('#evolution_selector').val() + 'Summary');"> Evolution</span>
- <span id="evolution_asc" class="asc" style="display: none;">{$arrowDesc}</span>
- <span id="evolution_desc" class="desc" style="display: none;">{$arrowAsc}</span>
<select class="selector" id="evolution_selector" onchange="params['evolutionBy'] = $('#evolution_selector').val(); switchEvolution(params);">
<option value="visits" {if $evolutionBy eq 'visits'} selected {/if}>{'General_ColumnNbVisits'|translate}</option>
<option value="actions" {if $evolutionBy eq 'actions'} selected {/if}>{'General_ColumnPageviews'|translate}</option>