From 492c08e397ce104287e157e01f080359bae7e4d3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 30 Apr 2013 19:26:33 +0200 Subject: [PATCH] move tab pane into right page column --- views/bootstrap/class.ViewDocument.php | 57 +++++++++++++------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 1cf5ce7b0..20426056f 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -127,32 +127,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { $approvalStatus = $latestContent->getApprovalStatus(); ?> - -
-
@@ -273,6 +247,32 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { ?>
+ +
+
contentContainerStart(); @@ -285,7 +285,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { // verify if file exists $file_exists=file_exists($dms->contentDir . $latestContent->getPath()); - $this->contentHeading(getMLText("current_version")); $this->contentContainerStart(); print ""; print "\n\n"; @@ -442,8 +441,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } } ?> - - + + htmlEndPage();