#set ($daysremaining_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.daysremaining")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.entermanually")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.computefromwbs")) #set ($completiondateofproject_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.completiondateofproject")) #set ($datenotset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.notset")) #set ($modelnotset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.modelnotset")) #set ($hasStartDateControl = false) #if ($canSetDates && $canSetStartDate && ($CommonFunctions.getNotUsed("StartDate").length() == 0)) #if ($policyCheck.canSeeCoreData("StartDate")) #set ($hasStartDateControl = true) #end #end #set ($hasCompletionDateControl = false) #if ($canSetDates && $canSetCompletionDate && ($CommonFunctions.getNotUsed("CompletionDate").length() == 0)) #if ($policyCheck.canSeeCoreData("CompletionDate")) #set ($hasCompletionDateControl = true) #end #end
#parse("viewconstants.vm") #parse("common_js.vm") #parse("systemmanager_js.vm") #parse("itimpactdialogs_js.vm") #parse ("changedetector.vm")