]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/EmailTemplates/EditView.html
Release 6.4.0
[Github/sugarcrm.git] / modules / EmailTemplates / EditView.html
1 <!--
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 /*********************************************************************************
38
39  ********************************************************************************/
40 -->
41 <!-- BEGIN: main -->
42 <style>
43         #subjectfield { height: 1.6em; }
44 </style>
45 {JAVASCRIPT}
46 <script type="text/javascript" src="cache/include/javascript/sugar_grp1.js?v={VERSION_MARK}"></script>
47 {JSLANG}
48 <script type="text/javascript" language="Javascript" src="modules/Emails/javascript/Email.js?v={VERSION_MARK}"></script>
49 <script type="text/javascript" language="Javascript" src="modules/EmailTemplates/EmailTemplate.js?v={VERSION_MARK}"></script>
50 <script type="text/javascript">
51         {FIELD_DEFS_JS}
52 </script>
53
54 <form name="EditView" id="EditView" method="POST" action="index.php" enctype="multipart/form-data">
55         <input type="hidden" name="module" value="EmailTemplates">
56         <input type="hidden" name="record" value="{ID}">
57         <input type="hidden" name="action">
58         <input type="hidden" name="form">
59         <input type="hidden" name="return_module" value="{RETURN_MODULE}">
60         <input type="hidden" name="return_id" value="{RETURN_ID}">
61         <input type="hidden" name="return_action" value="{RETURN_ACTION}">
62         <input type="hidden" name="inpopupwindow" value="{INPOPUPWINDOW}">
63         <input type="hidden" name="old_id" value="{OLD_ID}">
64
65         <table width="100%" cellpadding="0" cellspacing="0" border="0">
66                 <tr>
67                         <td>
68                                 <input title="{APP.LBL_SAVE_BUTTON_TITLE}" accesskey="{APP.LBL_SAVE_BUTTON_KEY}" class="button primary"
69                                         onclick="       this.form.action.value='Save';
70 <!-- BEGIN: NoInbound1 -->
71                                                                 addUploadFiles('EditView');
72                                                                 addUploadDocs('EditView');
73 <!-- END: NoInbound1 -->
74                                                                 return check_form('EditView');"
75                                         type="submit" name="button" value="{APP.LBL_SAVE_BUTTON_LABEL}" id="SAVE">
76                                 <input title="{APP.LBL_CANCEL_BUTTON_TITLE}" accesskey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="{CANCEL_SCRIPT}" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL">
77                         </td>
78                         <td align="right" nowrap>
79                                 <span class="required">
80                                         {APP.LBL_REQUIRED_SYMBOL}
81                                 </span>
82                                 {APP.NTC_REQUIRED}
83                         </td>
84                         <td align='right'>
85                                 {ADMIN_EDIT}
86                         </td>
87                 </tr>
88         </table>
89     <div class="edit view">
90         <table width="100%" border="0" cellspacing="0" cellpadding="0">
91                 <tr>
92                         <td>
93                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
94                                         <tr>
95                                                 <td width="15%" scope="row">
96                                                         {MOD.LBL_NAME}
97                                                         <span class="required">
98                                                                 {APP.LBL_REQUIRED_SYMBOL}
99                                                         </span>
100                                                 </td>
101                                                 <td width="30%" >
102                                                         <input id='name' name='name' tabindex="0" type="text" size='30' maxlength="255" value="{NAME}">
103                                                 </td>
104                                                 <td width="15%" scope="row">
105                                                 </td>
106                                                 <td width="30%" >
107                                                 </td>
108                                         </tr>
109                                         <tr>
110                                                 <td width="15%" scope="row">
111                                                         {MOD.LBL_DESCRIPTION}
112                                                 </td>
113                                                 <td colspan="3" >
114                                                         <textarea name='description' tabindex='0' cols="90" rows="1" style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" id="subjectfield">{DESCRIPTION}</textarea>
115                                                 </td>
116                                         </tr>
117                                         <tr>
118                                                 <td colspan="4">
119                                                         &nbsp;
120                                                 </td>
121                                         </tr>
122 <!-- BEGIN: NoInbound -->
123                                         <tr>
124                                                 <td width="15%" scope="row" align='left'>
125                                                         {MOD.LBL_INSERT_VARIABLE}&nbsp;
126                                                 </td>
127                                                 <td width="30%"  colspan="3">
128                                                         <select name='variable_module' tabindex="0" onchange="addVariables(document.EditView.variable_name,this.options[this.selectedIndex].value);">
129                                                           {DROPDOWN}
130                                                         </select>
131                                                         <select name='variable_name' tabindex="0" onchange="showVariable();">
132                                                         </select>
133                                                         <span scope="row">
134                                                                 {MOD.LBL_USE}:
135                                                         </span>
136                                                         <input type="text" size="30" tabindex="0" name="variable_text" />
137 <!-- BEGIN: variable_button -->
138                                                         <input type='button' tabindex="0" onclick='{INSERT_VARIABLE_ONCLICK}' class='button' value='{MOD.LBL_INSERT}'>
139 <!-- END: variable_button -->
140                                                 </td>
141                                         </tr>
142 <!-- BEGIN: tracker_url -->
143                                         <tr>
144                                                 <td width="15%" scope="row" align='left'>
145                                                         {MOD.LBL_INSERT_TRACKER_URL}&nbsp;
146                                                 </td>
147                                                 <td width="85%" colspan="3" valign="top" >
148                                                         <select tabindex='0' name='tracker_url' onchange='this.form.url_text.value=this.value'>
149                                                                 {TRACKER_KEY_OPTIONS}
150                                                         </select>
151                                                         <input type="text" size="30" id="url_text" name="url_text" value="{DEFAULT_URL_TEXT}" />
152                                                         <input type='button' tabindex="0" onclick='{INSERT_URL_ONCLICK}' class='button' value='{MOD.LBL_INSERT_URL_REF}'>
153                                                 </td>
154                                         </tr>
155 <!-- END: tracker_url -->
156 <!-- END: NoInbound -->
157                                         <tr>
158                                                 <td width="15%" scope="row">
159                                                         {MOD.LBL_SUBJECT}
160                                                 </td>
161                                                 <td colspan='4' >
162                                                         <textarea onblur="remember_place(this);" name='subject' tabindex='0' cols="90" rows="1" style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" id="subjectfield">{SUBJECT}</textarea>
163                                                 </td>
164                                         </tr>
165                                         <tr>
166                                                 <td>&nbsp;</td>
167                                                 <td colspan='4'>
168                                                 <input  name="toggle_textonly"  id="toggle_textonly" onclick="toggle_text_only();" type="checkbox" {TEXTONLY_CHECKED}/>
169                                                 <input  name="text_only"  id="text_only"  type="hidden" value='{TEXTONLY_VALUE}'/>
170                                                         &nbsp;{MOD.LBL_SEND_AS_TEXT}
171                                                 </td>
172                                         </tr>
173                                         <tr>
174                                                 <td valign="top" scope="row">
175                                                         {MOD.LBL_BODY}
176                                                 </td>
177
178 <!-- BEGIN: textarea -->
179                                                 <td colspan="4" >
180                                                         <div id='body_text_div'>
181                                                         <textarea id='body_text' tabindex='0' name='body_html' cols="100" rows="20">{BODY_HTML}</textarea>
182                                                         </div>
183                             <br>
184                                                         <div id='toggle_textarea_option'>
185                                 <input id='toggle_textarea_elem' onclick="toggle_textarea_edit(this);" type="button" name="toggle_html" value="{MOD.LBL_EDIT_ALT_TEXT}" />
186                             </div>
187                             <br>
188                             <div id="text_div" style="display: none">
189                                 <textarea tabindex='0' name='body' cols="100" rows="20" >{BODY}</textarea>
190                             </div>
191                                                 </td>
192 <!-- END: textarea -->
193                                         </tr>
194 <!-- BEGIN: NoInbound2 -->
195                                         <tr>
196                                                 <td valign="top" scope="row">
197                                                         {MOD.LBL_ATTACHMENTS}:
198                                                 </td>
199                                                 <td colspan="2" nowrap>
200                                                         {ATTACHMENTS_JAVASCRIPT} {ATTACHMENTS}
201                                                 </td>
202                                         </tr>
203 <!-- END: NoInbound2 -->
204                                 </table>
205                         </td>
206                 </tr>
207         </table>
208     </div>
209 </form>
210 <!-- BEGIN: NoInbound3 -->
211 <form id="upload_form" name="upload_form" method="POST" action='AttachDocuments.php' enctype="multipart/form-data">
212         <div id="upload_div">
213                 <input type="file" id="my_file" name="file_1" size="40" />
214                 <input type="hidden" id="documentName" name="uploaddoc" onchange="docUpload(); form_reset_doc();" size="1" />
215                 <input type="hidden" id="documentId" name="seldoc" tabindex="0" />
216                 <input type="hidden" id="docRevId" name="seldoc" tabindex="0" />
217                 <input type="hidden" id="documentType" name="seldoc" tabindex="0" />
218                 <input type="button" name="add_doc" onclick="selectDoc();" value='{MOD.LBL_SUGAR_DOCUMENT}' class="button" />
219         </div>
220         <div id="attachments_div">
221         </div>
222 </form>
223 <!-- END: NoInbound3 -->
224 {tiny}
225 <script type="text/javascript" language="javascript">
226 <!-- BEGIN: NoInbound4 -->
227 toggle_textarea_elem_values = ['{MOD.LBL_EDIT_ALT_TEXT}', '{MOD.LBL_HIDE_ALT_TEXT}'];
228
229 if(document.getElementById('upload_form') != null){
230     var multi_selector = new multiFiles(document.getElementById('upload_div'));
231     multi_selector.addElement( document.getElementById('my_file'));
232 }
233 <!-- END: NoInbound4 -->
234 //call the function on load, this will hide the tinyMCE editor if needed
235 toggle_text_only(true);
236
237 function toggle_portal_flag() {
238         {TOGGLE_JS}
239 }
240 <!-- BEGIN: NoInbound5 -->
241 addVariables(document.EditView.variable_name,'{DEFAULT_MODULE}');
242 <!-- END: NoInbound5 -->
243 focus_obj = document.EditView.body;
244 toggle_portal_flag();
245 update_textarea_button();
246 </script>
247
248
249
250 <!-- END: main -->