summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorChristian Klinger2016-08-26 10:36:21 +0200
committerChristian Klinger2016-08-26 10:36:21 +0200
commit4c39ec1b183f305f228f70d65dfd0c9190d1cbbf (patch)
tree4b117f7b0df7066aba0ba110672e154fd53ca758 /modules-available/statistics/templates/filterbox.html
parentadded "Zurück"-Buttons to each add-module page. (diff)
downloadslx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.tar.gz
slx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.tar.xz
slx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.zip
minor improvements including #2970.
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index 544d1c48..c6f6bbd7 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -30,7 +30,6 @@
<!-- 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}}"/>
@@ -50,6 +49,7 @@
{{lang_showList}}
</button>
</div>
+ <input type="hidden" name="show" value="{{show}}">
</form>
<br/>
<br/>