## 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)
#if ($showSendMenu)
#end
|
$mycomment_text
|
|
|
|
#end
#if (!$isPrinting)
$CommonFunctions.getDisplayReadyLabel("ProjectDiscussion")
|
#else
$CommonFunctions.displayReady($projectName)
|
#end
#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
|
|
|