## Collaboration Server Notification Template ## Type: Document 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 : $documents : $folderName : $document_approval" ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${document_approval}
${subscriptions_manage}   ---- ${document_approve}   ---- ${document_reject}   ----  
----
${project} ${projectName}----
${document} ${documentName}----
${document_author} #userprofile( ${documentCheckInUserID} ${documentCheckInName} ) #presence( ${messageAuthorEmail} ) ----
${sent} ${messageCreatedDate}----
${notification_cause}
${document_approval_cause}
${documentDescription}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")