## Collaboration Server Notification Template ## Type: Announcement Deleted ## 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 : $announcements : $announcement_deleted" ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${announcement_deleted}
${subscriptions_manage}   ---- ----
${project} ${projectName}----
${deleter} #userprofile( ${deleterUserID} ${deleterName} ) #presence(${deleterEmail})
${sent} ${messageCreatedDate}----
${notification_cause}
${announcement_deleted_cause}
${objectDescription}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")