]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/EmailTemplates/EditViewMain.html
Release 6.2.2
[Github/sugarcrm.git] / modules / EmailTemplates / EditViewMain.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" language="Javascript" src="modules/Emails/javascript/Email.js"></script>
47 <script type="text/javascript" language="Javascript" src="modules/EmailTemplates/EmailTemplate.js"></script>
48 <script type="text/javascript" src="include/javascript/sugar_grp1.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
49 <script type="text/javascript">
50 {FIELD_DEFS_JS}
51 </script> 
52 {JSLANG}
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}">
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}">
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         <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
90                 <tr>
91                         <td>
92                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
93                                         <tr>
94                                                 <td width="15%" scope="row">
95                                                         {MOD.LBL_NAME} 
96                                                         <span class="required">
97                                                                 {APP.LBL_REQUIRED_SYMBOL}
98                                                         </span>
99                                                 </td>
100                                                 <td width="30%" >
101                                                         <input name='name' tabindex="10" type="text" size='30' maxlength="255" value="{NAME}">
102                                                 </td>
103                                         </tr>
104                     <tr>
105                       <td width="15%" scope="row">{APP.LBL_ASSIGNED_TO}&nbsp;</td>
106                               <td>
107                                   <input class="sqsEnabled" tabindex="1" autocomplete="off" id='assigned_user_name' name='assigned_user_name' type="text" value="{ASSIGNED_USER_NAME}">
108                                   <input id='assigned_user_id' name='assigned_user_id' type="hidden" value="{ASSIGNED_USER_ID}" />
109
110                                   <span class="id-ff multiple">
111                                       <button title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" type="button" tabindex='1' class="button firstChild" value='{APP.LBL_SELECT_BUTTON_LABEL}' name="btn_author"
112                                                 onclick='open_popup("Users", 600, 400, "", true, false, {encoded_assigned_users_popup_request_data});'>{assign_user_select}</button><button type="button" name="btn_clr" id="btn_clr" tabindex="10" title="{APP.LBL_CLEAR_BUTTON_TITLE}" accessKey="{APP.LBL_CLEAR_BUTTON_KEY}" class="button lastChild" 
113                                                 onclick="this.form.assigned_user_name.value = ''; this.form.assigned_user_id.value = '';" value="{APP.LBL_CLEAR_BUTTON_LABEL}" >{assign_user_clear}</button>
114                                  </span> 
115                               </td>
116                     </tr>
117                                         <tr>
118                                                 <td width="15%" scope="row">
119                                                         {MOD.LBL_DESCRIPTION} 
120                                                 </td>
121                                                 <td colspan="3" >
122                                                         <textarea name='description' tabindex='30' cols="90" rows="1" style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" id="subjectfield">{DESCRIPTION}</textarea> 
123                                                 </td>
124                                         </tr>
125                                         <tr>
126                                                 <td colspan="4">
127                                                         &nbsp; 
128                                                 </td>
129                                         </tr>
130 <!-- BEGIN: NoInbound -->
131                                         <tr>
132                                                 <td width="15%" scope="row" align='left'>
133                                                         {MOD.LBL_INSERT_VARIABLE}&nbsp; 
134                                                 </td>
135                                                 <td width="30%"  colspan="3">
136                                                         <select name='variable_module' tabindex="40" onchange="addVariables(document.EditView.variable_name,this.options[this.selectedIndex].value);">
137                                                           {DROPDOWN}
138                                                         </select>
139                                                         <select name='variable_name' tabindex="50" onchange="showVariable();">
140                                                         </select>
141                                                         <span scope="row">
142                                                                 {MOD.LBL_USE}: 
143                                                         </span>
144                                                         <input type="text" size="30" tabindex="60" name="variable_text" />
145 <!-- BEGIN: variable_button -->
146                                                         <input type='button' tabindex="70" onclick='{INSERT_VARIABLE_ONCLICK}' class='button' value='{MOD.LBL_INSERT}'>
147 <!-- END: variable_button -->
148                                                 </td>
149                                         </tr>
150 <!-- BEGIN: tracker_url -->
151                                         <tr>
152                                                 <td width="15%" scope="row" align='left'>
153                                                         {MOD.LBL_INSERT_TRACKER_URL}&nbsp; 
154                                                 </td>
155                                                 <td width="85%" colspan="3" valign="top" >
156                                                         <select tabindex='75' name='tracker_url' onchange='this.form.url_text.value=this.value'>
157                                                                 {TRACKER_KEY_OPTIONS}
158                                                         </select>
159                                                         <input type="text" size="30" id="url_text" name="url_text" value="{DEFAULT_URL_TEXT}" />
160                                                         <input type='button' tabindex="77" onclick='{INSERT_URL_ONCLICK}' class='button' value='{MOD.LBL_INSERT_URL_REF}'>
161                                                 </td>
162                                         </tr>
163 <!-- END: tracker_url -->
164 <!-- END: NoInbound -->
165                                         <tr>
166                                                 <td width="15%" scope="row">
167                                                         {MOD.LBL_SUBJECT}
168                                                 </td>
169                                                 <td colspan='4' >
170                                                         <textarea onblur="remember_place(this);" name='subject' tabindex='80' cols="90" rows="1" style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" id="subjectfield">{SUBJECT}</textarea> 
171                                                 </td>
172                                         </tr>
173                                         <tr>
174                                                 <td>&nbsp;</td>
175                                                 <td colspan='4'>
176                                                 <input  name="toggle_textonly"  id="toggle_textonly" onclick="toggle_text_only();" type="checkbox" {TEXTONLY_CHECKED}/>
177                                                 <input  name="text_only"  id="text_only"  type="hidden" value='{TEXTONLY_VALUE}'/>                                              
178                                                         &nbsp;{MOD.LBL_SEND_AS_TEXT}    
179                                                 </td>
180                                         </tr>
181                                         <tr>
182                                                 <td valign="top" scope="row">
183                                                         {MOD.LBL_BODY} 
184                                                 </td>
185
186 <!-- BEGIN: textarea -->
187                                                 <td colspan="4" >
188                                                         <div id='body_text_div'>
189                                                         <textarea id='body_text' tabindex='90' name='body_html' cols="100" rows="40">{BODY_HTML}</textarea>
190                                                         </div>
191                             <br>
192                                                         <div id='toggle_textarea_option'>
193                                 <input id='toggle_textarea_elem' onclick="toggle_textarea_edit(this);" type="button" name="toggle_html" value="{MOD.LBL_EDIT_ALT_TEXT}"/>
194                             </div>
195                             <br>
196                             <div id="text_div" style="display: none">
197                                 <textarea id='body_text_plain'  tabindex='110' name='body' cols="100" rows="40" >{BODY}</textarea> 
198                             </div> 
199                                                 </td>
200 <!-- END: textarea -->
201                                         </tr>
202 <!-- BEGIN: NoInbound2 -->
203                                         <tr>
204                                                 <td valign="top" scope="row">
205                                                         {MOD.LBL_ATTACHMENTS}: 
206                                                 </td>
207                                                 <td colspan="2" nowrap>
208                                                         {ATTACHMENTS_JAVASCRIPT} {ATTACHMENTS} 
209                                                 </td>
210                                         </tr>
211 <!-- END: NoInbound2 -->
212                                 </table>
213                         </td>
214                 </tr>
215         </table>
216 </form>
217 <!-- BEGIN: NoInbound3 -->
218 <form id="upload_form" name="upload_form" method="POST" action='AttachDocuments.php' enctype="multipart/form-data">
219         <div id="upload_div">
220                 <input type="file" id="my_file" name="file_1" size="40" />
221                 <input type="hidden" id="documentName" name="uploaddoc" onchange="docUpload(); form_reset_doc();" size="1" />
222                 <input type="hidden" id="documentId" name="seldoc" tabindex="0" />
223                 <input type="hidden" id="docRevId" name="seldoc" tabindex="0" />
224                 <input type="hidden" id="documentType" name="seldoc" tabindex="0" />
225                 <input type="button" name="add_doc" onclick="selectDoc();" value='{MOD.LBL_SUGAR_DOCUMENT}' class="button" />
226         </div>
227         <div id="attachments_div">
228         </div>
229 </form>
230 <!-- END: NoInbound3 -->
231 {tiny}
232 <script type="text/javascript" language="javascript">
233 <!-- BEGIN: NoInbound4 -->
234 toggle_textarea_elem_values = ['{MOD.LBL_EDIT_ALT_TEXT}', '{MOD.LBL_HIDE_ALT_TEXT}'];
235 var multi_selector = new multiFiles(document.getElementById('upload_div'));
236 multi_selector.addElement( document.getElementById('my_file'));
237 <!-- END: NoInbound4 -->
238 //call the function on load, this will hide the tinyMCE editor if needed
239 toggle_text_only(true);
240
241 function toggle_portal_flag() {
242         {TOGGLE_JS}
243 }
244 <!-- BEGIN: NoInbound5 -->
245 addVariables(document.EditView.variable_name,'{DEFAULT_MODULE}');
246 <!-- END: NoInbound5 -->
247 focus_obj = document.EditView.body;
248 toggle_portal_flag();
249 update_textarea_button();
250 </script>
251
252
253
254 <!-- END: main -->