File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<?php
2-
32/**
4- * The Kinsmen File Manager v2.1
3+ * The Kinsmen File Manager v2.1.1
54 *
65 * A comprehensive, modern file manager with cPanel styling and all essential features:
76 * - File Tree Navigation
@@ -1881,8 +1880,8 @@ function extract7Zip($source, $destination)
18811880 </div>
18821881
18831882 <!-- Main Toolbar -->
1884- <div class="d-flex align-items-center">
1885- <div class="main-toolbar" >
1883+ <div class="d-flex align-items-center main-toolbar ">
1884+ <div>
18861885 <a href="#" class="header-btns" id="new-file-btn"><i class="fas fa-file"></i> File</a>
18871886 <a href="#" class="header-btns" id="new-folder-btn"><i class="fas fa-folder"></i> Folder</a>
18881887 <a href="#" class="header-btns disabled" id="copy-btn"><i class="fas fa-copy"></i> Copy</a>
@@ -1952,7 +1951,7 @@ function extract7Zip($source, $destination)
19521951 <table class="table table-sm file-table mb-4">
19531952 <thead>
19541953 <tr>
1955- <th class="checkbox-col"><input type="checkbox" class="form-check-input" id="select-all-checkbox"></th>
1954+ <th class="checkbox-col"><input type="checkbox" class="form-check-input border-dark " id="select-all-checkbox"></th>
19561955 <th class="icon-col"></th>
19571956 <th>Name</th>
19581957 <th>Size</th>
You can’t perform that action at this time.
0 commit comments