diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index ba706b170..881142216 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -443,6 +443,40 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { } } /* }}} */ + protected function showActions($items) { /* {{{ */ + print ""; + return; + print ""; + } /* }}} */ + function show() { /* {{{ */ parent::show(); @@ -606,7 +640,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { print "".htmlspecialchars($latestContent->getOriginalFileName())."\n"; // print "".getMLText("file")."\n"; // print "".getMLText("comment")."\n"; - print "\n"; +// print "\n"; print "\n"; print "\n"; print ""; @@ -631,7 +665,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { print "\n"; print ""; +// print "\n"; - print ""; +// print ""; if ($file_exists){ - print ""; } - print ""; echo ""; print "\n\n"; $this->contentContainerEnd();