## HTML Embedded Resource Bundles #set ($frontloadconfirm_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskdescription.frontloadconfirm", $CommonFunctions.formatDate($currentUserId,$endDate))) #set ($frontloadconfirmduration_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskdescription.frontloadconfirmduration", $pc.getTargetDateDependencyAdjustment())) #set ($applybutton_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.apply.label")) #set ($cancelbutton_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.button.wizard.cancel.label"))
#parse("common_js.vm")#if ($frontloadType.contains("COMPLETION")) $frontloadconfirm_text #else $frontloadconfirmduration_text #end | |