Bläddra i källkod

Fixed regression introduced in [4022]: about box not displayed

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4054 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 år sedan
förälder
incheckning
81d0160f05
1 ändrade filer med 11 tillägg och 1 borttagningar
  1. 11 1
      application/itopwebpage.class.inc.php

+ 11 - 1
application/itopwebpage.class.inc.php

@@ -109,6 +109,17 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
 		if (!$this->IsPrintableVersion())
 		{
 			$this->PrepareLayout();
+			$this->add_script(
+				<<<EOF
+function ShowAboutBox()
+{
+	$.post(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php', {operation: 'about_box'}, function(data){
+		$('body').append(data);
+	});
+	return false;
+}
+EOF
+			);
 		}
 	}
 
@@ -135,7 +146,6 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
 
 	protected function PrepareLayout()
 	{
-		$bLeftPaneOpen = true;
 		if (MetaModel::GetConfig()->Get('demo_mode'))
 		{
 			// No pin button