#set ($projectdiscussion_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskdiscussiondetail.projectdiscussion")) #set ($newproject_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskdiscussiondetail.newproject")) $CommonFunctions.getDisplayReadyLabel("ProjectTask") Discussion #parse("common_js.vm") #parse("systemmanager_js.vm") #parse ("formvalidator.vm")
$projectdiscussion_text
$CommonFunctions.getDisplayReadyLabel("Project"): $CommonFunctions.displayReady($projectName)
$CommonFunctions.getDisplayReadyLabel("ProjectTask"): #if ($taskName.length() == 0) $newproject_text #else $CommonFunctions.displayReady($taskName) #end