## JavaScript Embedded Resource Bundles #set ($addbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.add.label")) #set ($addbutton_hint = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.addcomment.hint")) ## HTML Embedded Resource Bundles #set ($mycomment_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "discussioncontent.mycomment")) #set ($addedby_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "discussioncontent.addedby")) #if (!$isPrinting) #end
#if ($showSendMenu) #end $mycomment_text               
#if (!$isPrinting) #else #end
$CommonFunctions.getDisplayReadyLabel("ProjectDiscussion")
$CommonFunctions.displayReady($projectName)
#if ($sortedObjects.size() > 0)
#foreach ($discussion in $sortedObjects) $CommonFunctions.displayReady($CommonFunctions.formatDate($currentUserId,$discussion.getLogTime()))  $addedby_text $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($discussion.getUserId()))

#end #else

 
#end