mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-28 12:31:10 +02:00
Update tinyfilemanager.php (#707)
Changed "Folder is empty" message to be language-specific.
This commit is contained in:
@@ -2062,7 +2062,7 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white
|
||||
<tfoot>
|
||||
<tr><?php if (!FM_READONLY): ?>
|
||||
<td></td><?php endif; ?>
|
||||
<td colspan="<?php echo (!FM_IS_WIN && !$hide_Cols) ? '6' : '4' ?>"><em><?php echo 'Folder is empty' ?></em></td>
|
||||
<td colspan="<?php echo (!FM_IS_WIN && !$hide_Cols) ? '6' : '4' ?>"><em><?php echo lng('Folder is empty') ?></em></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user