We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df677 commit 9bbfeb1Copy full SHA for 9bbfeb1
web/templates/admin/list_stats.html
@@ -2,9 +2,7 @@
2
<div class="l-sort clearfix noselect">
3
<div class="l-unit-toolbar__buttonstrip">
4
<? if (($_SESSION['userContext'] === 'admin') && (!isset($_SESSION['look']))) { ?>
5
- <a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-info-circle status-icon lightblue"></i><?=_('Overall Statistics')?></a>
6
- <?} else { ?>
7
- <a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-sync-alt status-icon green"></i><?=_('Refresh')?></a>
+ <a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-binoculars status-icon lightblue"></i><?=_('Overall Statistics')?></a>
8
<? } ?>
9
</div>
10
<div class="l-sort-toolbar clearfix">
0 commit comments