From bf0702709e9ca04d43b0229323dcbd11b160b583 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 23 Sep 2015 12:57:49 +0200 Subject: [PATCH] show creation date in info section --- views/bootstrap/class.ViewFolder.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 301869bfe..ab82b90cf 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -155,6 +155,10 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { echo "".htmlspecialchars($folder->getComment())."\n"; echo ""; } + echo ""; + echo "".getMLText("creation_date").":"; + echo "".getLongReadableDate($folder->getDate()).""; + echo ""; if($user->isAdmin()) { if($folder->inheritsAccess()) {