## Collaboration Server Notification Template ## Type: Discussion Message Approval ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = true ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$projectName : $discussions : $discussionName : $discussion_message_approval " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${discussion_message_approval}
${subscriptions_manage}   ---- ${discussion_message_approve}   ---- ${discussion_message_reject}   ----  
----
${project} ${projectName}----
${discussion} ${discussionName}----
${subject} ${messageSubject} ----
${discussion_poster} #userprofile(${messageAuthorUserID} ${messageAuthorName}) #presence(${messageAuthorEmail} )----
${sent} ${messageCreatedDate}----
${notification_cause}
${discussion_message_approval_cause}
${messageBody}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")