Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSimple ACK Template Issue Updated Body
#@issueNotification()

<table id="background-table" cellpadding="0" cellspacing="0" width="100%">
    <!-- header here -->
    #jemhIncludeStandardActionHeader()
    <tr>
        <td id="email-content-container">
            <table id="email-content-table" cellspacing="0" cellpadding="0" border="0" width="100%">
           #jemhIncludeIssueHeader()     
  #if($jemhUtils.isThereACommentCreatedByRecipientViaEmail($context)) 
   <tr>
                    <td class="email-content-main mobile-expand  wrapper-special-margin">
                        $jemhUtils.setCommentRendered()
                            Thank you for your email. We will be back to you soon!
                    </td>
                </tr>
   #else
   <tr>
                    <td class="email-content-main mobile-expand  wrapper-special-margin">
                        <table class="keyvalue-table">
                            #jemhIncludeChangeLog()
                        </table>
                    </td>
                </tr>
                #jemhIncludeBody()
   #end
                #jemhIncludeDirectiveSetLinks()
                #jemhIncludeAddComment()
                #jemhIncludeFooter()
            </table>
        </td>
    </tr>
</table>
#end
#inhibitSendingConditions()

...


Info

You could use $jemhUtils.setInhibitSending(true) in el #else condition in the templates if you just want to notify the sender with the thank you message.

Filter by label (Content by label)
showLabelsfalse
max5
spacesJEMHC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("notifcations","jemhc","templates") and type = "page" and space = "JEMHC"
labelsjemhc templates notifcations

...