## Collaboration Server Notification Template ## Type: Task List Modification ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$projectName : $tasklists : $tasklistName : ${tasklist_modified} " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${tasklist_modified}
${tasklist_unsubscribe_tasklist}   ---- ${subscriptions_manage}   ---- ${task_new}   ----  
----
#if( $showAttachments ) #end
${project} ${projectName}----
${tasklist} ${tasklistName}----
${updater} #userprofile(${messageAuthorUserID} ${messageAuthorName}) #presence(${messageAuthorEmail}) ----
${sent} ${messageCreatedDate}----
${attachments} #foreach ( $attachment in $resolvedattachments ) ---- ${attachment.name} ---- #end
${notification_cause}
${tasklist_modified_cause}
#if ( ${showNameChange} ) #end #if ( ${showRisk} ) #end #if ( ${showStatus} ) #end #if ( ${showStartDate} ) #end #if ( ${showEndDate} ) #end
${nameChangeMessage}
${riskMessage}
${statusMessage}
${startDateMessage}
${endDateMessage}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")