#set ($hasProcess = $CommonFunctions.getNotUsed("Process").length() == 0 && $policyManager.canSeeCoreData("Process")) #set ($hasType = $CommonFunctions.getNotUsed("Type").length() == 0 && $policyManager.canSeeCoreData("Type")) #set ($hasGroup = $CommonFunctions.getNotUsed("Group").length() == 0 && $policyManager.canSeeCoreData("Group")) #set ($hasDepartment = $CommonFunctions.getNotUsed("Department").length() == 0 && $policyManager.canSeeCoreData("Department")) #set ($hasStatus = $CommonFunctions.getNotUsed("Status").length() == 0 && $policyManager.canSeeCoreData("Status")) #set ($notset_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($height = "33%") #set ($c = 0) #if ($hasType) #set ($c = $c + 1) #end #if ($hasProcess) #set ($c = $c + 1) #end #if ($hasGroup) #set ($c = $c + 1) #end #if ($hasDepartment) #set ($c = $c + 1) #end #if ($c == 1) #set($height = "100%") #elseif ($c == 2) #set($height = "50%") #end
#if ($isGlobal)