~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/convert_note.tpl.html

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{else}
31
31
<script type="text/javascript">
32
32
    <!--
33
 
    {if $core.has_customer_integration}
 
33
    {if $core.has_crm}
34
34
        var convert_email_warning = "{t escape=js}WARNING: Converting this note to an email will send the email to any customers that may be listed in this issue\'s notification list.{/t}";
35
35
        {else}
36
36
        var convert_email_warning = "{t escape=js}WARNING: Converting this note to an email will send the email to all users listed in this issue\'s notification list.{/t}";