show creation date in info section

This commit is contained in:
Uwe Steinmann 2015-09-23 12:57:49 +02:00
parent 88d973f496
commit bf0702709e

View File

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