#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($nochangehistory_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.nochangehistory")) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.windowtitle") #parse("common_js.vm") #parse("systemmanager_js.vm")
#if ($canSpecifyGroup) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.headertitle")
 $CommonFunctions.getDisplayReadyLabel("Project"):   
 $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.currentgroup")   
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.headermodifygroup")
 $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.groupvalue") 
 $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.changecomment") 
#if ($projectLogSet.size() <= 0) #end #if ($projectLogSet.size() > 0) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "groupdetail.headerhistoryofchanges")
$nochangehistory_text
#foreach ($projectLog in $projectLogSet) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby")
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) $CommonFunctions.displayReady($projectLog.getAttrValue()) $CommonFunctions.displayReady($projectLog.getFullName())