Merge pull request #4478 from IgorA100/patch-719705

Fix: The table row denoting "catalog" should occupy the entire width of the table on Files page
This commit is contained in:
Isaac Connor
2025-12-10 08:38:57 -05:00
committed by GitHub

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) {