fixes in advanced search list to open case...2

This commit is contained in:
erik
2011-03-18 19:38:42 -04:00
parent 9e06fb61a8
commit 5eef25ae56

View File

@@ -78,14 +78,14 @@
}
$actions = 'false';
if( $_GET['action'] == 'paused' || $_GET['action'] == 'search')
if( $_GET['action'] == 'paused')
$actions = 'true';
/* Render page */
$oHeadPublisher =& headPublisher::getSingleton();
if( isset($_SESSION['alreadyDerivated']) && $_SESSION['alreadyDerivated'] == true )
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, true)");
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, false)");
else
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, $actions)");