File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 183
183
184
184
185
185
186
- <div id="tablefilterChk">
187
- <?php PrintSetting ('fileManagerTableFilter ' , 'FileManagerFilterToggled ' ); ?>
188
- </div>
189
186
<script>
190
187
//set filter state
191
188
$('#fileManagerTableFilter').prop('checked', (settings.fileManagerTableFilter == "1" ? true : false));
@@ -752,6 +749,9 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"
752
749
<input type="file" class="filepond" id="filepondInput" multiple>
753
750
</div>
754
751
</div>
752
+ <div id="tablefilterChk">
753
+ <?php PrintSetting ('fileManagerTableFilter ' , 'FileManagerFilterToggled ' ); ?>
754
+ </div>
755
755
</div>
756
756
<div id="overlay">
757
757
</div>
@@ -792,4 +792,4 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"
792
792
793
793
</body>
794
794
795
- </html>
795
+ </html>
You can’t perform that action at this time.
0 commit comments