Skip to content

Commit be1e28f

Browse files
author
Kristan Kenney
committed
Update toolbar on statistics page
1 parent 89bb15d commit be1e28f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

web/inc/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'Ban IP Address' => 'Add IP to ban list',
6161
'Search' => 'Search',
6262
'Add one more FTP Account' => 'Add FTP account',
63-
'Overall Statistics' => 'Overall Statistics',
63+
'Overall Statistics' => 'View All Statistics',
6464
'Daily' => 'Daily',
6565
'Weekly' => 'Weekly',
6666
'Monthly' => 'Monthly',

web/templates/admin/list_stats.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
33
<div class="l-unit-toolbar__buttonstrip">
4-
<a class="ui-button cancel" href="/list/user/"><i class="fas fa-arrow-left status-icon-blue"></i> <?=__('Back')?></a>
4+
<a class="ui-button cancel" href='/list/stats/'><i class="fas fa-info-circle status-icon-lightblue"></i> <?=__('Overall Statistics')?></a>
5+
56
</div>
67
<div class="l-sort-toolbar clearfix">
78
<table>
@@ -13,10 +14,6 @@
1314
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
1415
</form>
1516
</td>
16-
<td></td>
17-
<td>
18-
<a class="vst" href='/list/stats/'><?=__('Overall Statistics')?></a>
19-
</td>
2017
<td>
2118
<form action="/list/stats/" method="get" id="objects">
2219
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)