Skip to content

Commit cc72fae

Browse files
committed
Move file manage filter setting to bottom of screen
1 parent 7f99cbd commit cc72fae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/filemanager.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@
183183

184184

185185

186-
<div id="tablefilterChk">
187-
<?php PrintSetting('fileManagerTableFilter', 'FileManagerFilterToggled'); ?>
188-
</div>
189186
<script>
190187
//set filter state
191188
$('#fileManagerTableFilter').prop('checked', (settings.fileManagerTableFilter == "1" ? true : false));
@@ -752,6 +749,9 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"
752749
<input type="file" class="filepond" id="filepondInput" multiple>
753750
</div>
754751
</div>
752+
<div id="tablefilterChk">
753+
<?php PrintSetting('fileManagerTableFilter', 'FileManagerFilterToggled'); ?>
754+
</div>
755755
</div>
756756
<div id="overlay">
757757
</div>
@@ -792,4 +792,4 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"
792792

793793
</body>
794794

795-
</html>
795+
</html>

0 commit comments

Comments
 (0)