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>2010-07-20 22:21:39 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-07-20 22:21:39 +0400
commit391a3aa26cdccb1e00180c45d23b81d0b5a6c9e5 (patch)
tree1aba504995d734fd8c4a56db84e72d8b56ee5f85 /plugins/SitesManager/templates/SitesManager.tpl
parent5a27499bb503360c477630f34e4892eb775a8cd2 (diff)
Refs #1485
* Fixing wrong metadata for all plugins, cleaning up columns and ensure consistency in API (eg. VisitsSummary.get now returns conversion rate with %) * Adding a generic filter Truncate, updated doc at: http://dev.piwik.org/trac/wiki/API/Reference '''filter_truncate''' ; if set, will truncate the table after $filter_truncate rows. The last row will be named 'Others' (localized in the requested language) and the columns will be an aggregate of statistics of all truncated rows. * Adding common helpers to get a "pretty" value from a given metric and column name * Adding new time export format that will be used in PDF reports 12:34:56 format Refs #1486 * a new filter, AddColumnsProcessedMetricsGoal, can be reused to easily add processed goal metrics for a given datatable. For example: $dataTable->filter('AddColumnsProcessedMetricsGoal', array($enable=true, Piwik_DataTable_Filter_AddColumnsProcessedMetricsGoal::GOALS_FULL_TABLE)); will process all goal metrics (and per goal conv rate, rev per visit, conversions). When possible, only reports necessary should be loaded using GOALS_MINIMAL_REPORT or GOALS_OVERVIEW or a given idGoal git-svn-id: http://dev.piwik.org/svn/trunk@2594 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/SitesManager/templates/SitesManager.tpl')
-rw-r--r--plugins/SitesManager/templates/SitesManager.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/templates/SitesManager.tpl b/plugins/SitesManager/templates/SitesManager.tpl
index 172ec1fd22..9331bcc216 100644
--- a/plugins/SitesManager/templates/SitesManager.tpl
+++ b/plugins/SitesManager/templates/SitesManager.tpl
@@ -89,7 +89,7 @@ vertical-align:middle;
<thead>
<tr>
<th>{'SitesManager_Id'|translate}</th>
- <th>{'SitesManager_Name'|translate}</th>
+ <th>{'General_Name'|translate}</th>
<th>{'SitesManager_Urls'|translate}</th>
<th>{'SitesManager_ExcludedIps'|translate}</th>
<th>{'SitesManager_ExcludedParameters'|translate|replace:" ":"<br />"}</th>