#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
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) |
$CommonFunctions.displayTermFromResourceBundle($currentUserId,"ProjectDialogs","typedetail.projecttype") |
$CommonFunctions.displayReady($CommonFunctions.stripDepartment($projectLog.getUserNameDepartment())) |
$CommonFunctions.displayReady($projectLog.getAttrValue()) |
 |
#end
|
|
|
|
|