|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.summary")
|
#if ($policyCheck.canSeeCoreData("WBS"))
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.wbsganttview")
|
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.wbsgeneralinfo")
|
#end
#if ($showExecutionOption)
|
$CommonFunctions.displayReady($CommonFunctions.getViewLabel("ExecutionProfileMainView").getDisplayedName())
|
#end
#if ($showImpactOption)
|
$CommonFunctions.displayReady($CommonFunctions.getViewLabel("ImpactProfileMainView").getDisplayedName())
|
#end
#if ($showAlignmentOption)
|
$CommonFunctions.displayReady($balancedScoreCardTab)
|
#end
#if ($policyCheck.canSeeCoreData("ProfileCurrency"))
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.formsdetail")
|
#end
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.associatedbusobj")
|
#if (false)
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.companypriority")
|
#end
#if ($policyCheck.canSeeCoreData("ProjectDiscussion"))
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.discussionrollup")
|
#end
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "reportoptions.allchanges")
|