Announcement

Collapse
No announcement yet.

Insert email template in a reply

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Insert email template in a reply

    Hello,

    Is it possible to insert an email-template in a reply of an email?

    With creating a new email the template function is working perfectly, but when I want to reply on a email the template function is not visible.

    Thanks in advance.

    Rob

  • #2
    Hi

    Yes. client/src/views/email/detail.js

    Comment this code view.getView('edit').hideField('selectTemplate');

    Comment


    • #3
      Thanks, works perfectly.
      Great system!!

      Comment


      • #4
        Originally posted by yurikuzn View Post
        Hi

        Yes. client/src/views/email/detail.js

        Comment this code view.getView('edit').hideField('selectTemplate');
        Hi Yuri, Why this is not the standard? Why to hide it?

        Comment


        • #5
          This would make for a great on/off setting...

          Comment

          Working...
          X