Skip to content

Commit

Permalink
Move file manage filter setting to bottom of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
darylc committed Jan 1, 2025
1 parent 7f99cbd commit cc72fae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/filemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@



<div id="tablefilterChk">
<?php PrintSetting('fileManagerTableFilter', 'FileManagerFilterToggled'); ?>
</div>
<script>
//set filter state
$('#fileManagerTableFilter').prop('checked', (settings.fileManagerTableFilter == "1" ? true : false));
Expand Down Expand Up @@ -752,6 +749,9 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"
<input type="file" class="filepond" id="filepondInput" multiple>
</div>
</div>
<div id="tablefilterChk">
<?php PrintSetting('fileManagerTableFilter', 'FileManagerFilterToggled'); ?>
</div>
</div>
<div id="overlay">
</div>
Expand Down Expand Up @@ -792,4 +792,4 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"

</body>

</html>
</html>

0 comments on commit cc72fae

Please sign in to comment.