summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-04 12:42:07 +0100
committerSimon Rettberg2017-12-04 12:42:07 +0100
commit51c4d3136ff815465cb36c11f15add5420d2f8b2 (patch)
tree41c5eb2c3234bb606276c86782870ca876c3649e
parent[statistics] Add delete functionality (diff)
downloadslx-admin-51c4d3136ff815465cb36c11f15add5420d2f8b2.tar.gz
slx-admin-51c4d3136ff815465cb36c11f15add5420d2f8b2.tar.xz
slx-admin-51c4d3136ff815465cb36c11f15add5420d2f8b2.zip
[statistics] Restore client list heading
-rw-r--r--modules-available/statistics/templates/clientlist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/clientlist.html b/modules-available/statistics/templates/clientlist.html
index b20b202e..13e148fa 100644
--- a/modules-available/statistics/templates/clientlist.html
+++ b/modules-available/statistics/templates/clientlist.html
@@ -1,3 +1,5 @@
+<h2>{{lang_clientList}} ({{rowCount}})</h2>
+
<form method="post" action="?do=statistics">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="redirect" value="?{{redirect}}">