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>2008-11-27 17:23:43 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-27 17:23:43 +0300
commit4e219e09d00212e34681d52bbdbfb74f18597b88 (patch)
tree742782c809e0f1b143ffa0809edd68303629c62f /plugins/CoreHome/templates/datatable_actions.tpl
parent15821862cb5fb9c7c6021d7e3a2598a3d509a086 (diff)
- summary row label should not be -1 in actions now
- all columns should not be "low population excluded" by default now. can switch to exclude low population when viewing all columns table - i18n on new icon - i18n on Actions table column labels - fixed truncation which should hopefully fix most of display issues when viewing all columns - subtables have more space efficient padding now
Diffstat (limited to 'plugins/CoreHome/templates/datatable_actions.tpl')
-rw-r--r--plugins/CoreHome/templates/datatable_actions.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/CoreHome/templates/datatable_actions.tpl b/plugins/CoreHome/templates/datatable_actions.tpl
index 33f9592ef1..94341cddff 100644
--- a/plugins/CoreHome/templates/datatable_actions.tpl
+++ b/plugins/CoreHome/templates/datatable_actions.tpl
@@ -10,7 +10,7 @@
<thead>
<tr>
{foreach from=$dataTableColumns item=column}
- <th class="sortable" id="{$column.name}">{$column.name}</td>
+ <th class="sortable" id="{$column.name}">{$column.displayName}</td>
{/foreach}
</tr>
</thead>
@@ -27,8 +27,6 @@
</tr>
{/foreach}
</tbody>
-
- </tfoot>
</table>
{/if}