#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.notset")) #set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.windowtitle")) #set ($headertitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.headertitle")) #set ($modify_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.modify")) #set ($instruction_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.instruction")) #set ($changecomment_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.changecomment")) #set ($historyofchanges_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.historyofchanges")) #set ($datetime_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime")) #set ($attribute_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute")) #set ($changedby_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby")) #set ($changedto_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto")) #set ($comment_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")) #set ($changedto_notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "notificationrecipients.changedto.notset")) #set ($savebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.label")) #set ($savebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.hint")) #set ($cancelbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.label")) #set ($cancelbuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.hint")) #parse ("viewconstants.vm") #parse("common_js.vm") $windowtitle_text #parse("systemmanager_js.vm") #parse("itimpactdialogs_js.vm") #parse ("xlistbox.vm") #parse ("changedetector.vm")
#if ($canSpecifyNotificationRecipients) #end
$headertitle_text
 $CommonFunctions.getDisplayReadyLabel("Project"):   $CommonFunctions.displayReady($projectName)
 $CommonFunctions.getDisplayReadyLabel("NotificationRecipients"):   #if ($nRec.length() == 0)$notset_text #else$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($nRec))#end
$modify_text
$instruction_text
$CommonFunctions.getDisplayReadyLabel("NotificationRecipients") :
$changecomment_text
#set ($projectLogList = $projectLogSet)
$historyofchanges_text
$datetime_text $attribute_text $changedby_text $changedto_text $comment_text
#if ($isPrinting) #end #foreach ($projectLog in $projectLogList) #set ($imgSrc = "../themes/$theme/images/commentempty.gif") #if ($projectLog.getChangeComment().length() >0) #set ($imgSrc = "../themes/$theme/images/comment.gif") #end #end
$datetime_text $attribute_text $changedby_text $changedto_text $comment_text
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) $CommonFunctions.getDisplayReadyLabel("NotificationRecipients") $CommonFunctions.displayReady($CommonFunctions.stripDepartment($projectLog.getUserNameDepartment())) #if ($projectLog.getAttrValue().length() == 0)$changedto_notset_text#else $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($projectLog.getAttrValue()))#end $CommonFunctions.displayReady($projectLog.getChangeComment())
$datetime_text $attribute_text $changedby_text $changedto_text $comment_text
#if (!$isPrinting) #end