#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($savebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.label")) #set ($savebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.hint")) #set ($closebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.label")) #set ($closebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.hint")) #set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.windowtitle")) #set ($unknown_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.unknown")) #set ($status_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.status")) #set ($statusvalue_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.statusvalue")) #set ($submissionmode_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.submissionmode")) #set ($bytype_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.bytype")) #set ($bygroup_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.bygroup")) #set ($bydepartment_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.bydepartment")) #set ($noconfiguration_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.noconfiguration")) #set ($automatedassignment_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.automatedassignment")) #set ($activesubmissionmode_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.activesubmissionmode")) #set ($param1_text = $CommonFunctions.getDisplayReadyLabel($assocID)) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.windowtitle", "$param1_text") #parse("common_js.vm") #parse("systemmanager_js.vm") #parse("itimpactdialogs_js.vm")
#if ($canEdit) #end
$status_text
 $statusvalue_text   
$submissionmode_text
$activesubmissionmode_text
#if ($sortedObjects.size() == 0) #else #end
$noconfiguration_text
#set ($param2_text = $CommonFunctions.displayReady($status.getStatusValue())) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getworkflowsubmissions.automatedassignment", "$param1_text", "$modeLabel", "$param2_text")
#foreach ($object in $sortedObjects) #end
$modeLabel $CommonFunctions.getDisplayReadyLabel($assocID)
#if ($mode.compareTo("Type") == 0) #set ($itemId = $object.getTypeId()) $CommonFunctions.displayReady($CommonFunctions.getTypeName($object.getTypeId())) #elseif ($mode.compareTo("Group") == 0) #set ($itemId = $object.getGroupId()) $CommonFunctions.displayReady($CommonFunctions.getGroupName($object.getGroupId())) #elseif ($mode.compareTo("Organization") == 0) #set ($itemId = $object.getDepartmentId()) $CommonFunctions.displayReady($CommonFunctions.getDepartmentName($object.getDepartmentId())) #end