File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11< div class ="l-center ">
22 < div class ="l-sort clearfix noselect ">
33 < div class ="l-unit-toolbar__buttonstrip ">
4+ < ? if (($_SESSION['userContext'] === 'admin') && (!isset($_SESSION['look']))) { ?>
45 < 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 >
8+ < ? } ?>
59 </ div >
610 < div class ="l-sort-toolbar clearfix ">
711 < table >
1519 </ td >
1620 </ tr >
1721 </ table >
22+ < ? if (($_SESSION['userContext'] === 'admin') && (!isset($_SESSION['look']))) { ?>
1823 < table >
1924 < tr >
2025 < td >
3944 </ td >
4045 </ tr >
4146 </ table >
47+ < ? } ?>
4248 </ div >
4349 </ div >
4450</ div >
You can’t perform that action at this time.
0 commit comments