Show reset button only if one-click filtering is actually used

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-09-23 13:55:09 +02:00
parent f1a5ec8953
commit b0e16975e4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ if(strlen($showing) > 0)
</tfoot>
</table>
</div>
<button type="button" id="resetButton">Clear Filters</button>
<button type="button" id="resetButton" hidden="true">Clear Filters</button>
</div>
<!-- /.box-body -->
</div>