#set ($Categorieslabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.categoriestab.label"))
#set ($Categorieshint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.categoriestab.hint"))
#set ($Descriptionlabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.descriptiontab.hint"))
#set ($Descriptionhint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.descriptiontab.hint"))
#set ($Progresslabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.progresstab.hint"))
#set ($Progresshint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.progresstab.hint"))
#set ($Thresholdlabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.thresholdtab.hint"))
#set ($Thresholdhint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.thresholdtab.hint"))
#set ($Associationslabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.associationstab.hint"))
#set ($Associationshint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.associationstab.hint"))
#set ($AlwaysIncludelabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.alwaysincludetab.hint"))
#set ($AlwaysIncludehint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.alwaysincludetab.hint"))
#set ($Sharinglabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.sharingtab.hint"))
#set ($Sharinghint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfoliodialogcontrols.sharingtab.hint"))
#set ($globalportfoliodialogtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "legafilterdetail.globaltitle.text"))
#set ($portfoliodialogtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "legafilterdetail.title.text"))
#set ($savebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.label"))
#set ($savebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.hint"))
#set ($cancelbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.label"))
#set ($cancelbuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.hint"))
#set ($deletebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.delete.label"))
#set ($deletebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.delete.hint"))
#set ($hasProcess = false)
#set ($hasType = false)
#set ($hasGroup = false)
#set ($hasDepartment = false)
#if ( ($CommonFunctions.getNotUsed("Process").length() == 0) && ($policyCheck.canSeeCoreData("Process")) )
#set ($hasProcess = true)
#end
#if ( ($CommonFunctions.getNotUsed("Type").length() == 0) && ($policyCheck.canSeeCoreData("Type")) )
#set ($hasType = true)
#end
#if ( ($CommonFunctions.getNotUsed("Group").length() == 0) && ($policyCheck.canSeeCoreData("Group")) )
#set ($hasGroup = true)
#end
#if ( ($CommonFunctions.getNotUsed("Department").length() == 0) && ($policyCheck.canSeeCoreData("Department")) )
#set ($hasDepartment = true)
#end
#set ($hasCategoriesTab = true)
#if (!$hasType && !$hasGroup && !$hasDepartment)
#set ($hasCategoriesTab = false)
#end
#parse("common_js.vm")
#parse("systemmanager_js.vm")
#parse("itimpactdialogs_js.vm")
#parse ("formvalidator.vm")
|
$CommonFunctions.displayReady($legaFilter.getName())
|
|
|