Ian province abbreviation patch - issue 724
[civicrm-core.git] / templates / CRM / Admin / Form / MessageTemplates.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
e7112fa7 5 | Copyright CiviCRM LLC (c) 2004-2015 |
6a488035
TO
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25*}
26{* this template is used for adding/editing/deleting Message Templates *}
27{capture assign=tokenDocsRepeated}{docURL page="user/common-workflows/tokens-and-mail-merge" text="token documentation"}{/capture}
28
29<h3>{if $action eq 1}{ts}New Message Template{/ts}{elseif $action eq 2}{ts}Edit Message Template{/ts}{else}{ts}Delete Message Template{/ts}{/if}</h3>
30{if $action neq 8}
31<div id="help">
b1dfb588 32 {ts}Use this form to add or edit re-usable message templates.{/ts} {help id="id-intro" file="CRM/Admin/Page/MessageTemplates.hlp"}
6a488035
TO
33</div>
34{/if}
35
36<div class="crm-block crm-form-block">
37<div class="form-item" id="message_templates">
38{if $action eq 8}
39 <div class="messages status no-popup">
40 <div class="icon inform-icon"></div>
41 {ts}Do you want to delete this message template?{/ts}
42 </div>
43{else}
44 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
45 <table class="form-layout-compressed">
46 <tr>
47 <td class="label-left">{$form.msg_title.label}</td>
48 <td>{$form.msg_title.html}
49 <br /><span class="description html-adjust">{ts}Descriptive title of message - used for template selection.{/ts}</span>
50 </td>
51 </tr>
52 <tr>
53 <td class="label-left">{$form.msg_subject.label}</td>
54 <td>
ac0a3db5
CW
55 {$form.msg_subject.html|crmAddClass:huge}
56 <input class="crm-token-selector big" data-field="msg_subject" />
57 {help id="id-token-subject" tplFile=$tplFile isAdmin=$isAdmin file="CRM/Contact/Form/Task/Email.hlp"}
6a488035
TO
58 <br /><span class="description">{ts}Subject for email message.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</span>
59 </td>
60 </tr>
61 <tr>
62 </table>
63
6a488035
TO
64 <div class="crm-accordion-wrapper crm-html_email-accordion ">
65 <div class="crm-accordion-header">
66 {ts}HTML Format{/ts}
67 {help id="id-message-text" file="CRM/Contact/Form/Task/Email.hlp"}
68 </div><!-- /.crm-accordion-header -->
69 <div class="crm-accordion-body">
ac0a3db5
CW
70 <div class="helpIcon" id="helphtml">
71 <input class="crm-token-selector big" data-field="html_message" />
13d9bc82 72 {help id="id-token-html" tplFile=$tplFile isAdmin=$isAdmin file="CRM/Contact/Form/Task/Email.hlp"}
ac0a3db5 73 </div>
6a488035 74 <div class="clear"></div>
77447093 75 <div class='html'>
6a488035 76 {$form.msg_html.html}
ef4a9bcd 77 <div class="description">{ts}An HTML formatted version of this message will be sent to contacts whose Email Format preference is 'HTML' or 'Both'.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</div>
6a488035
TO
78 </div>
79 </div><!-- /.crm-accordion-body -->
80 </div><!-- /.crm-accordion-wrapper -->
81
ef4a9bcd 82 <div class="crm-accordion-wrapper crm-plaint_text_email-accordion ">
83 <div class="crm-accordion-header">
84 {ts}Plain-Text Format{/ts}
85 </div><!-- /.crm-accordion-header -->
86 <div class="crm-accordion-body">
87 <div class="helpIcon" id="helptext">
88 <input class="crm-token-selector big" data-field="msg_text" />
89 {help id="id-token-text" tplFile=$tplFile file="CRM/Contact/Form/Task/Email.hlp"}
90 </div>
91 <div class="clear"></div>
92 <div class='text'>
93 {$form.msg_text.html|crmAddClass:huge}
94 <div class="description">{ts}Text formatted message.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</div>
95 </div>
96 </div><!-- /.crm-accordion-body -->
97 </div><!-- /.crm-accordion-wrapper -->
98
6a488035
TO
99 <div class="crm-accordion-wrapper crm-html_email-accordion ">
100 <div class="crm-accordion-header">
101 {$form.pdf_format_id.label}
102 </div><!-- /.crm-accordion-header -->
103 <div class="crm-accordion-body">
104 <div class="spacer"></div>
105 <div class='html'>
106 {$form.pdf_format_id.html}
107 {help id="id-msg-template" file="CRM/Contact/Form/Task/PDFLetterCommon.hlp"}
108 <div class="description">{ts}Page format to use when creating PDF files using this template.{/ts}</div>
109 </div>
110 </div><!-- /.crm-accordion-body -->
111 </div><!-- /.crm-accordion-wrapper -->
112
113 {if !$workflow_id}
114 <table class="form-layout-compressed">
115 <tr>
116 <td class="label-left">{$form.is_active.label}</td>
117 <td>{$form.is_active.html}</td>
118 </tr>
119 </table>
120 {/if}
121 {/if}
122 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
123 <br clear="all" />
124</div>
125</div> <!-- end of crm-form-block -->
126{include file="CRM/Mailing/Form/InsertTokens.tpl"}