## Collaboration Server Notification Template ## Type: Document Approval ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## 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" ) ############################################################################### ## Body Start ## ############################################################################### ${document_approval} ${project} ${projectName} ${document} ${documentName} ${description} ${documentDescription} ${document_author} ${documentCheckInName} ${sent} ${messageCreatedDate} ${documentComments} ${notification_cause} ${document_approval_cause} --- ${view_details}: ${documentDetailsURL} ${document_approve}: ${documentApproveURL} ${document_reject}: ${documentRejectURL} ${subscriptions_manage}: ${manageSubscriptionURL} ############################################################################### ## Body End ## ###############################################################################