fixes in advanced search list to open case...2
This commit is contained in:
@@ -78,14 +78,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$actions = 'false';
|
$actions = 'false';
|
||||||
if( $_GET['action'] == 'paused' || $_GET['action'] == 'search')
|
if( $_GET['action'] == 'paused')
|
||||||
$actions = 'true';
|
$actions = 'true';
|
||||||
|
|
||||||
/* Render page */
|
/* Render page */
|
||||||
$oHeadPublisher =& headPublisher::getSingleton();
|
$oHeadPublisher =& headPublisher::getSingleton();
|
||||||
|
|
||||||
if( isset($_SESSION['alreadyDerivated']) && $_SESSION['alreadyDerivated'] == true )
|
if( isset($_SESSION['alreadyDerivated']) && $_SESSION['alreadyDerivated'] == true )
|
||||||
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, true)");
|
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, false)");
|
||||||
else
|
else
|
||||||
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, $actions)");
|
$oHeadPublisher->addScriptCode("parent.showCaseNavigatorPanel(false, true, $actions)");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user