## Collaboration Server Notification Template ## Type: Task List Creation ## 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_created " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${tasklist_created}
${tasklist_unsubscribe_tasklists}   ---- ${tasklist_subscribe_tasklist}   ---- ${subscriptions_manage}   ---- ${task_new}   ----  
----
${project} ${projectName}----
${tasklist} ${tasklistName}----
${creator} #userprofile(${creatorUserID} ${creatorName}) #presence(${creatorEmail})----
${sent} ${messageCreatedDate}----
${notification_cause}
${tasklist_creation_cause}
${tasklistDescription}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")