Fix: The table row denoting "catalog" should occupy the entire width of the table(files.php)

This commit is contained in:
IgorA100
2025-12-10 13:28:56 +03:00
committed by GitHub
parent 24cdd2dfaf
commit 0a62bac040

View File

@@ -172,7 +172,7 @@ if ($parent != '') {
echo '
<tr>
<td class="colSelect"></td>
<td><span class="material-icons md-18">folder</span><a href="?view=files&amp;path='.urlencode($parent).'">..</a></td>
<td colspan="3"><span class="material-icons md-18">folder</span><a href="?view=files&amp;path='.urlencode($parent).'">..</a></td>
</tr>';
}
foreach ($folders as $folder) {