From a6ac78d7c1671dc7afd78164e71fec760ac122c7 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Sun, 31 Jul 2011 19:38:27 +0000 Subject: [PATCH] Fix: Make sure that the flash object respects the z-order otherwise the hierarchy/organization picker appears behind the Flash in Chrome and IE. SVN:trunk[1399] --- pages/UI.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/UI.php b/pages/UI.php index a46f7ab028..12207f6d8b 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -1921,13 +1921,14 @@ EOF $height = 700; $sParams = "pWidth=$width&pHeight=$height&drillUrl=".urlencode(utils::GetAbsoluteUrlAppRoot().'pages/UI.php?operation=details')."&displayController=false&xmlUrl=".urlencode("./xml.navigator.php")."&obj_class=$sClass&obj_id=$id&relation=$sRelation"; - $oP->add(" + $oP->add("
+ - - \n"); + +
\n"); $oP->SetCurrentTab(Dict::S('UI:RelationshipList')); $oP->add("

 

"); $oP->add_ready_script(