From 3833e0da1a68da72a254242c2226875beb1060a5 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 7 Feb 2013 21:40:46 +0000 Subject: [PATCH] - added title tag to icons - show id if logged in as admin --- views/bootstrap/class.ViewDocument.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 209a4ccb8..0177cb765 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -129,6 +129,14 @@ class LetoDMS_View_ViewDocument extends LetoDMS_Bootstrap_Style { $this->contentContainerStart(); ?> +isAdmin()) { + echo ""; + echo "\n"; + echo "\n"; + echo ""; + } +?>
".getMLText("id").":".htmlspecialchars($document->getID())."
: getName());?>