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:
Diffstat (limited to 'plugins/CoreHome/templates/popover_rowevolution.tpl')
-rw-r--r--plugins/CoreHome/templates/popover_rowevolution.tpl62
1 files changed, 32 insertions, 30 deletions
diff --git a/plugins/CoreHome/templates/popover_rowevolution.tpl b/plugins/CoreHome/templates/popover_rowevolution.tpl
index c3f6599ca4..a62af4b032 100644
--- a/plugins/CoreHome/templates/popover_rowevolution.tpl
+++ b/plugins/CoreHome/templates/popover_rowevolution.tpl
@@ -1,32 +1,34 @@
<div class="rowevolution">
- <div class="popover-title">{$popoverTitle}</div>
- <div class="graph">
- {$graph}
- </div>
- <div class="metrics-container">
- <h2>{$availableMetricsText}</h2>
- <div class="rowevolution-documentation">
- {'RowEvolution_Documentation'|translate}
- </div>
- <table class="metrics" border="0" cellpadding="0" cellspacing="0">
- {foreach from=$metrics item=metric}
- <tr>
- <td class="sparkline">
- {$metric.sparkline}
- </td>
- <td class="text">
- <span style="color:{$metric.color}">{$metric.label|escape:'html'}</span>{if $metric.details}:
- <span class="details">{$metric.details}</span>{/if}
- </td>
- </tr>
- {/foreach}
- </table>
- </div>
- <div class="compare-container">
- <h2>{'RowEvolution_CompareRows'|translate}</h2>
- <div class="rowevolution-documentation">
- {'RowEvolution_CompareDocumentation'|translate}
- </div>
- <a href="#" class="rowevolution-startmulti">&raquo; {'RowEvolution_PickARow'|translate}</a>
- </div>
+ <div class="popover-title">{$popoverTitle}</div>
+ <div class="graph">
+ {$graph}
+ </div>
+ <div class="metrics-container">
+ <h2>{$availableMetricsText}</h2>
+
+ <div class="rowevolution-documentation">
+ {'RowEvolution_Documentation'|translate}
+ </div>
+ <table class="metrics" border="0" cellpadding="0" cellspacing="0">
+ {foreach from=$metrics item=metric}
+ <tr>
+ <td class="sparkline">
+ {$metric.sparkline}
+ </td>
+ <td class="text">
+ <span style="color:{$metric.color}">{$metric.label|escape:'html'}</span>{if $metric.details}:
+ <span class="details">{$metric.details}</span>{/if}
+ </td>
+ </tr>
+ {/foreach}
+ </table>
+ </div>
+ <div class="compare-container">
+ <h2>{'RowEvolution_CompareRows'|translate}</h2>
+
+ <div class="rowevolution-documentation">
+ {'RowEvolution_CompareDocumentation'|translate}
+ </div>
+ <a href="#" class="rowevolution-startmulti">&raquo; {'RowEvolution_PickARow'|translate}</a>
+ </div>
</div> \ No newline at end of file