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:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-18 14:36:04 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-18 14:36:04 +0400
commit821930515aa95c4ca1367ab33879e6208d6d7db7 (patch)
treea388ea795d1a4a0f49781283283ad8152503f8aa /plugins/UserSettings/templates/datatable_footer.tpl
parent5f80dfd757c207c0963cf790fe61fa220dcc1382 (diff)
Added test for the URL which seems buggy on windows
Fixed some bugs in Opera (still some bugs remaining in the Action table, see TODO)
Diffstat (limited to 'plugins/UserSettings/templates/datatable_footer.tpl')
-rw-r--r--plugins/UserSettings/templates/datatable_footer.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/UserSettings/templates/datatable_footer.tpl b/plugins/UserSettings/templates/datatable_footer.tpl
index bc6be7941e..061cda8302 100644
--- a/plugins/UserSettings/templates/datatable_footer.tpl
+++ b/plugins/UserSettings/templates/datatable_footer.tpl
@@ -19,10 +19,10 @@
<span id="exportToFormat">
<img width="16" height="16" src="themes/default/images/export.png">
<span id="linksExportToFormat" style="display:none">
- <a target="_blank" class="exportToFormat" method="{$method}" format="CSV" filter_limit="100">CSV</a> |
- <a target="_blank" class="exportToFormat" method="{$method}" format="XML" filter_limit="100">XML</a> |
- <a target="_blank" class="exportToFormat" method="{$method}" format="JSON" filter_limit="100">Json</a> |
- <a target="_blank" class="exportToFormat" method="{$method}" format="PHP" filter_limit="100">Php</a>
+ <a target="_blank" class="exportToFormat" methodToCall="{$method}" format="CSV" filter_limit="100">CSV</a> |
+ <a target="_blank" class="exportToFormat" methodToCall="{$method}" format="XML" filter_limit="100">XML</a> |
+ <a target="_blank" class="exportToFormat" methodToCall="{$method}" format="JSON" filter_limit="100">Json</a> |
+ <a target="_blank" class="exportToFormat" methodToCall="{$method}" format="PHP" filter_limit="100">Php</a>
</span>
</span>