From 586751c4e39e7e3884c41a8cc6ca82b039c35ffd Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 7 Feb 2013 21:40:13 +0000 Subject: [PATCH] - added title tag to icons - show id if logged in as admin --- views/bootstrap/class.ViewFolder.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 813e03499..3e2002a8d 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -101,6 +101,12 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { $owner = $folder->getOwner(); $this->contentContainerStart(); echo "\n"; + if($user->isAdmin()) { + echo ""; + echo "\n"; + echo "\n"; + echo ""; + } echo ""; echo "\n"; echo "\n"; @@ -193,6 +199,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { ?>

+ ">

"; print "\n"; @@ -239,6 +246,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { ?>

+ ">

"; print "\n";
".getMLText("id").":".htmlspecialchars($folder->getID())."
".getMLText("owner").":getEmail())."\">".htmlspecialchars($owner->getFullName())."