From ab10e32f57fbb80374239c590d3c40a5f9b1f514 Mon Sep 17 00:00:00 2001 From: steinm Date: Mon, 17 Dec 2012 08:44:52 +0000 Subject: [PATCH] - put letodms version in own container --- views/bootstrap/class.Info.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Info.php b/views/bootstrap/class.Info.php index 79dc8892f..9cfc62f9d 100644 --- a/views/bootstrap/class.Info.php +++ b/views/bootstrap/class.Info.php @@ -36,10 +36,13 @@ class LetoDMS_View_Info extends LetoDMS_Bootstrap_Style { $user = $this->params['user']; $version = $this->params['version']; - $this->htmlStartPage($version->banner()); + $this->htmlStartPage(getMLText("admin_tools")); $this->globalNavigation(); $this->contentStart(); - $this->pageNavigation($version->banner()); + $this->pageNavigation(getMLText("admin_tools"), "admin_tools"); + $this->contentContainerStart(); + echo $version->banner(); + $this->contentContainerEnd(); $this->contentContainerStart(); phpinfo(); $this->contentContainerEnd();