#set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "workflowactioncomments.windowtitle"))
#set ($title1_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "workflowactioncomments.title1"))
#set ($title2_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "workflowactioncomments.title2"))
#set ($comments_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "workflowactioncomments.comments"))
#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 ($changecomment_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "workflowaction.actionfromproj"))
$windowtitle_text
#parse("common_js.vm")
#parse("systemmanager_js.vm")
#parse ("formvalidator.vm")
#parse ("changedetector.vm")
|
$title1_text
|
$title2_text
|
#set ($statusStyle = "systemText")
#if ($CommonFunctions.getStatusColor($statusID).equals("GREEN"))
#set ($statusStyle = "systemTextGreen")
#elseif ($CommonFunctions.getStatusColor($statusID).equals("RED"))
#set ($statusStyle = "systemTextRed")
#elseif ($CommonFunctions.getStatusColor($statusID).equals("YELLOW"))
#set ($statusStyle = "systemTextYellow")
#end
$CommonFunctions.displayReady($CommonFunctions.getStatusName($statusID))
|
|
|