mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
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:
@@ -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&path='.urlencode($parent).'">..</a></td>
|
||||
<td colspan="3"><span class="material-icons md-18">folder</span><a href="?view=files&path='.urlencode($parent).'">..</a></td>
|
||||
</tr>';
|
||||
}
|
||||
foreach ($folders as $folder) {
|
||||
|
||||
Reference in New Issue
Block a user