$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") |
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") |
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") |
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") |
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment") |
#foreach ($projectLog in $projectLogList)
#if ($projectLog.getAttrName().equals("PlannedCost"))
#set ($name = $CommonFunctions.getDisplayReadyLabel("PlannedCost"))
#elseif ($projectLog.getAttrName().equals("SpentCost"))
#set ($name = $CommonFunctions.getDisplayReadyLabel("SpentCost"))
#end
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) |
$name |
$CommonFunctions.displayReady($CommonFunctions.stripDepartment($projectLog.getUserNameDepartment())) |
$CommonFunctions.formatMoney($currentUserId, $projectLog.getAttrValue()) |
 |
#end