summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-09 12:16:22 +0200
committerSimon Rettberg2016-09-09 12:16:22 +0200
commit53b9152ca0413bf1255d8826b3fe03e371b813dc (patch)
tree03667053087696beb85b6b23d153fe125c2c7bc7 /modules-available/statistics/templates/filterbox.html
parentSilence some warnings (diff)
downloadslx-admin-53b9152ca0413bf1255d8826b3fe03e371b813dc.tar.gz
slx-admin-53b9152ca0413bf1255d8826b3fe03e371b813dc.tar.xz
slx-admin-53b9152ca0413bf1255d8826b3fe03e371b813dc.zip
[statistics] Fix list sorting once again
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index 646c3438..544d1c48 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -30,6 +30,7 @@
<!-- use GET here, to avoid the "resend form?" confirmation, and anyway this is stateless, so GET makes more sense -->
<form id="queryForm" method="GET" action="?do=Statistics" class="" role="form">
<input type="hidden" name="do" value="statistics">
+ <input type="hidden" name="show" value="{{show}}">
<label for="filterInput">{{lang_labelFilter}}</label>
<input type="text" name="filters" class="" id="filterInput"/>
<input type="hidden" name="sortColumn" id="sortColumn" value="{{sortColumn}}"/>