mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
show creation date in info section
This commit is contained in:
parent
88d973f496
commit
bf0702709e
|
@ -155,6 +155,10 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
echo "<td>".htmlspecialchars($folder->getComment())."</td>\n";
|
||||
echo "</tr>";
|
||||
}
|
||||
echo "<tr>";
|
||||
echo "<td>".getMLText("creation_date").":</td>";
|
||||
echo "<td>".getLongReadableDate($folder->getDate())."</td>";
|
||||
echo "</tr>";
|
||||
|
||||
if($user->isAdmin()) {
|
||||
if($folder->inheritsAccess()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user