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>2010-05-13 22:29:01 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-13 22:29:01 +0400
commitae7e9e8b53cedcc77d1649b3684d42dbbbcda1dd (patch)
tree973200d2037466cf850bb4a9c6a678d194d64bae /plugins/CoreHome
parent85a7777b57bd109a3fd1d2f846799fac9557b31a (diff)
Fixes #1322 Adding CSV that works in Excel (TSV)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/templates/datatable_footer.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/datatable_footer.tpl b/plugins/CoreHome/templates/datatable_footer.tpl
index dd93d0bf06..329a2002e9 100644
--- a/plugins/CoreHome/templates/datatable_footer.tpl
+++ b/plugins/CoreHome/templates/datatable_footer.tpl
@@ -30,6 +30,7 @@
<img width="16" height="16" src="themes/default/images/export.png" title="{'General_Export'|translate}" />
<span class="linksExportToFormat" style="display:none">
<a target="_blank" class="exportToFormat" methodToCall="{$properties.apiMethodToRequestDataTable}" format="CSV" filter_limit="100">CSV</a> |
+ <a target="_blank" class="exportToFormat" methodToCall="{$properties.apiMethodToRequestDataTable}" format="TSV" filter_limit="100">TSV (Excel)</a> |
<a target="_blank" class="exportToFormat" methodToCall="{$properties.apiMethodToRequestDataTable}" format="XML" filter_limit="100">XML</a> |
<a target="_blank" class="exportToFormat" methodToCall="{$properties.apiMethodToRequestDataTable}" format="JSON" filter_limit="100">Json</a> |
<a target="_blank" class="exportToFormat" methodToCall="{$properties.apiMethodToRequestDataTable}" format="PHP" filter_limit="100">Php</a> |