From 6e9c7ce81164f20967358b7b60dcfbf1a86f4130 Mon Sep 17 00:00:00 2001 From: steinm Date: Sat, 2 Feb 2013 16:01:55 +0000 Subject: [PATCH] - added short cut buttons for removal/edit of documents in each line --- views/bootstrap/class.ViewFolder.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 56e28d269..1cf2fd8fc 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -99,7 +99,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { print "".getMLText("owner")."\n"; print "".getMLText("status")."\n"; print "".getMLText("version")."\n"; -// print "".getMLText("comment")."\n"; + print "".getMLText("action")."\n"; print "\n\n\n"; } else printMLText("empty_folder_list"); @@ -126,7 +126,12 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { print "".htmlspecialchars($owner->getFullName()).""; print "".count($subsub)." ".getMLText("folders")."
".count($subdoc)." ".getMLText("documents")."
"; print ""; -// print "".htmlspecialchars($comment).""; + print ""; +?> +

+

+"; print "\n"; } @@ -167,7 +172,12 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { } print getOverallStatusText($status["status"]).""; print "".$version.""; -// print "".htmlspecialchars($comment).""; + print ""; +?> +

+

+"; print "\n"; } }