]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Emails/EditViewArchive.html
Release 6.4.0
[Github/sugarcrm.git] / modules / Emails / EditViewArchive.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 <!-- BEGIN: main -->
40
41 <style>
42         #to_addrs_field { height: 1.6em; }
43         #cc_addrs_field { height: 1.6em; }
44         #bcc_addrs_field { height: 1.6em; }
45         #subjectfield { height: 1.6em; }
46         #from_addr_field { height: 1.6em; }
47 </style>
48
49 <script type="text/javascript" src="modules/Emails/javascript/Email.js?v={VERSION_MARK}"></script>
50 {MESSAGE}
51
52 <form action="index.php" method="post" name="EditView" id="EditView" enctype="multipart/form-data">
53         <input type="hidden" name="module" value="Emails" />
54         <input type="hidden" name="action" value="Save" />
55         <input type="hidden" name="contact_id" value="{CONTACT_ID}" />
56         <input type="hidden" name="user_id" value="{USER_ID}" />
57         <input type="hidden" name="return_module" value="{RETURN_MODULE}" />
58         <input type="hidden" name="return_id" value="{RETURN_ID}" />
59         <input type="hidden" name="send" value="" />
60         <input type="hidden" name="type" value="archived" />
61         <input type="hidden" name="record" value="{ID}" />
62         <input type="hidden" name="return_action" value="{RETURN_ACTION}" />
63         <input type="hidden" name="object_type" value="{OBJECT_TYPE}" />
64         <input type="hidden" name="object_id" value="{OBJECT_ID}" />
65         <input type="hidden" name="group" value="{GROUP}" />
66
67 <table width="100%" cellpadding="0" cellspacing="0" border="0">
68         <tr>
69                 <td>
70                         <input type="submit" name="button" id="SAVE_HEADER" class="button primary"
71                                 title="{APP.LBL_SAVE_BUTTON_TITLE}"
72                                 accesskey="{APP.LBL_SAVE_BUTTON_KEY}"
73                                 value="  {APP.LBL_SAVE_BUTTON_LABEL}  "
74                                 onclick="this.form.action.value='Save'; return check_form('EditView');" />
75                         <input type="submit" name="button" id="CANCEL_HEADER" class="button"
76                                 title="{APP.LBL_CANCEL_BUTTON_TITLE}"
77                                 accesskey="{APP.LBL_CANCEL_BUTTON_KEY}"
78                                 value="  {APP.LBL_CANCEL_BUTTON_LABEL}  "
79                                 onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}'; this.form.record.value='{RETURN_ID}'" />           </td>
80                 <td align="right" nowrap></td>
81                 <td align='right'>{ADMIN_EDIT}</td>
82         </tr>
83 </table>
84
85 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
86         <tr>
87                 <td>
88                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
89                                 <tr>
90                                         <td width="15%" scope="row">
91                                                 <slot>{MOD.LBL_DATE_AND_TIME}&nbsp;<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></slot>
92                                         </td>
93                                         <td width="25%"  nowrap colspan="4">
94                                                 <slot>
95                                                         <table cellpadding="0" cellspacing="0">
96                                                                 <tr>
97                                                                         <td nowrap>
98                                                                                 <slot><input name='date_start' onblur="parseDate(this, '{CALENDAR_DATEFORMAT}');" id='date_start_date' tabindex='1' maxlength='10' size='11' type="text" value="{DATE_START}"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=jscalendar.gif" alt="{APP.LBL_ENTER_DATE}"  id="jscal_trigger" align="absmiddle">&nbsp;</slot>
99                                                                         </td>
100                                                                         <td nowrap>
101                                                                                 <slot><input name='time_start' size='5' maxlength='5' tabindex='1' type="text" value='{TIME_START}'>{TIME_MERIDIEM}</slot>
102                                                                         </td>
103                                                                 </tr>
104                                                                 <tr>
105                                                                         <td nowrap>
106                                                                                 <slot><span class="dateFormat">{USER_DATEFORMAT}</span></slot>
107                                                                         </td>
108                                                                         <td nowrap>
109                                                                                 <slot><span class="dateFormat">{TIME_FORMAT}</span></slot>
110                                                                         </td>
111                                                                 </tr>
112                                                         </table>
113                                                 </slot>
114                                         </td>
115                                 </tr>
116
117                                 <tr>
118
119 <!-- BEGIN: open_source_1 -->
120                                         <td colspan="2"><slot></slot></td>
121 <!-- END: open_source_1 -->
122
123                                         <td width="25%" scope="row" valign="top" align="left"><slot>
124                                                 <select tabindex='2' id='parent_type' name='parent_type' onchange="document.EditView.parent_name.value=''; parent_typechangeQS(); checkParentType(document.EditView.parent_type.value, document.EditView.change_parent);">{TYPE_OPTIONS}</select>&nbsp;
125                                         
126                                                 <input id='parent_id' name='parent_id' type="hidden" value='{PARENT_ID}'>
127                                                 <input class="sqsEnabled" id='parent_name' name='parent_name' tabindex='2' type='text' value="{PARENT_NAME}">&nbsp;{CHANGE_PARENT_BUTTON}
128                                         </slot></td>
129                                 </tr>
130                                 <tr>
131                                         <td scope="row" width="15%">
132                                                 <slot>{APP.LBL_ASSIGNED_TO}</slot>
133                                         </td>
134                                         <td >
135                                                 <slot>
136                                                         <input class="sqsEnabled" tabindex='1' id="assigned_user_name" name='assigned_user_name' type="text" value="{ASSIGNED_USER_NAME}">
137                                                         <input id='assigned_user_id' name='assigned_user_id' type="hidden" value="{ASSIGNED_USER_ID}" />
138                                                         <input title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" type="button" tabindex='1' class="button" value='{APP.LBL_SELECT_BUTTON_LABEL}' name=btn1
139                                                                 onclick='open_popup("Users", 600, 400, "", true, false, {encoded_users_popup_request_data});' />
140                                                 </slot>
141                                         </td>
142 <!-- BEGIN: pro -->
143                                         <script type="text/javascript" src="modules/Emails/javascript/Email.js?v={VERSION_MARK}"></script>
144                                         <td scope="row" valign="top" align="right"><slot>
145                                                 {MOD.LBL_USE_TEMPLATE}&nbsp;
146                                         </slot></td>
147                                         <td  nowrap colspan="2">
148                                                 <slot>
149                                                         <select tabindex='2' name='email_template' onchange="fill_email(this.options[this.selectedIndex].value);">{EMAIL_TEMPLATE_OPTIONS}</select>
150                                                 </slot>
151                                         </td>
152 <!-- END: pro -->
153 <!-- BEGIN: open_source -->
154                                         <td colspan="3"><slot></slot></td>
155 <!-- END: open_source -->
156                                 </tr>
157                                 <tr>
158                                         <td colspan="5">&nbsp;
159                                         </td>
160                                 </tr>
161                                 <tr>
162                                         <td colspan="1">&nbsp;</td>
163                                         <td colspan="4">{MOD.LBL_NOTE_SEMICOLON}</td>
164                                 </tr>
165
166                                 <tr valign="top">
167                                         <td scope="row"><slot>{MOD.LBL_TO}</slot></td>
168                                         <td colspan="4"  nowrap="nowrap"><slot>
169                                                 <table cellspacing="0" cellpadding="0" border="0">
170                                                         <tr>
171                                                                 <td>
172                                                                         <textarea id="to_addrs_field" name='to_addrs' tabindex='3' cols="80" rows="1"
173                                                                                 style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" value="{TO_ADDRS}">{TO_ADDRS}</textarea>
174                                                                         <input type="hidden" id="to_addrs_ids" name="to_addrs_ids" value="{TO_ADDRS_IDS}" />
175                                                                         <input type="hidden" id="to_addrs_emails" name="to_addrs_emails" value="{TO_ADDRS_EMAILS}" />
176                                                                         <input type="hidden" id="to_addrs_names" name="to_addrs_names" value="{TO_ADDRS_NAMES}" />
177                                                                 </td>
178                                                                 <td style="padding-left: 4px;">{CHANGE_TO_ADDRS_BUTTON}</td>
179                                                         </tr>
180                                                 </table>
181                                         </slot></td>
182                                 </tr>
183
184                                 <tr>
185                                         <td scope="row"><slot>{MOD.LBL_CC}</slot></td>
186                                         <td  colspan="4" nowrap="nowrap"><slot>
187                                                 <table cellspacing="0" cellpadding="0" border="0">
188                                                         <tr>
189                                                                 <td>
190                                                                         <textarea id="cc_addrs_field" name='cc_addrs' tabindex='3' cols="80" rows="1"
191                                                                                 style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" value="{CC_ADDRS}">{CC_ADDRS}</textarea>
192                                                                         <input type="hidden" id="cc_addrs_ids" name="cc_addrs_ids" value="{CC_ADDRS_IDS}" />
193                                                                         <input type="hidden" id="cc_addrs_emails" name="cc_addrs_emails" value="{CC_ADDRS_EMAILS}" />
194                                                                         <input type="hidden" id="cc_addrs_names" name="cc_addrs_names" value="{CC_ADDRS_NAMES}" />
195                                                                 </td>
196                                                                 <td style="padding-left: 4px;">{CHANGE_CC_ADDRS_BUTTON}</td>
197                                                         </tr>
198                                                 </table>
199                                         </slot></td>
200                                 </tr>
201
202                                 <tr valign="top">
203                                         <td scope="row"><slot>{MOD.LBL_BCC}</slot></td>
204                                         <td  colspan="4" nowrap="nowrap"><slot>
205                                                 <table cellspacing="0" cellpadding="0" border="0">
206                                                         <tr>
207                                                                 <td>
208                                                                         <textarea id="bcc_addrs_field" name='bcc_addrs' tabindex='3' cols="80" rows="1"
209                                                                                 style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" value="{BCC_ADDRS}">{BCC_ADDRS}</textarea>
210                                                                         <input type="hidden" id="bcc_addrs_ids" name="bcc_addrs_ids" value="{BCC_ADDRS_IDS}" />
211                                                                         <input type="hidden" id="bcc_addrs_emails" name="bcc_addrs_emails" value="{BCC_ADDRS_EMAILS}" />
212                                                                         <input type="hidden" id="bcc_addrs_names" name="bcc_addrs_names" value="{BCC_ADDRS_NAMES}" />
213                                                                 </td>
214                                                                 <td style="padding-left: 4px;">{CHANGE_BCC_ADDRS_BUTTON}</td>
215                                                         </tr>
216                                                 </table>
217                                         </td>
218                                 </tr>
219                                 <tr valign="top">
220                                         <td scope="row"><slot>
221                                                 {MOD.LBL_FROM}
222                                         </slot></td>
223                                         <td  colspan="4" nowrap="nowrap"><slot>
224                                                 <table cellspacing="0" cellpadding="0" border="0">
225                                                         <tr>
226                                                                 <td>
227                                                                 <textarea id="from_addr_field" name='from_addr' tabindex='3' cols="80" rows="1"
228                                                                         style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" value="{FROM_ADDR}">{FROM_ADDR}</textarea>
229                                                                 {FROM_ADDR_GROUP}
230                                                                 <input type="hidden" id="from_addr_email" name="from_addr_email" />
231                                                                 <input type="hidden" id="from_addr_name" name="from_addr_name" />
232                                                                 </td>
233                                                         </tr>
234                                                 </table>
235                                         </slot></td>
236                                 </tr>
237                                 <tr>
238                                         <td colspan=5>&nbsp;</td>
239                                 </tr>
240                                 <tr>
241                                         <td scope="row"><slot>{MOD.LBL_SUBJECT}</slot></td>
242                                         <td colspan='4' ><slot>
243                                                 <textarea name='name' tabindex='4' cols="100" rows="1"  style="height: 1.6.em; overflow-y:auto; font-family:sans-serif,monospace; font-size:inherit;" id="subjectfield">{NAME}</textarea>
244                                         </slot></td>
245                                 </tr>
246                                 <tr>
247                                         <td  valign="top" scope="row"><slot>{MOD.LBL_BODY}</td>
248 <!-- BEGIN: textarea -->
249                                         <td colspan="4" ><slot>
250                                                 <div id="html_div"><textarea tabindex='4' name='description_html' cols="100" rows="20">{DESCRIPTION_HTML}</textarea></div>
251                                                 <input onclick="toggle_textarea(this);" type="checkbox" name="toggle_html"> {MOD.LBL_EDIT_ALT_TEXT}<br>
252                                                 <div id="text_div" style="display: none"><textarea tabindex='4' name='description' cols="100" rows="20">{DESCRIPTION}</textarea></div>
253                                         </slot></td>
254 <!-- END: textarea -->
255 <!-- BEGIN: htmlarea -->
256                                         <td colspan="4" ><slot>
257                                                 <textarea name="description_html" id="description_html">{DESCRIPTION_HTML}</textarea>
258
259                                                 <div id="alt_text_div">
260                                                         <input id="toggle_textarea_elem" onclick="toggle_textarea();" type="checkbox" name="toggle_html"> {MOD.LBL_EDIT_ALT_TEXT}
261                                                 </div>
262
263                                                 <div id="text_div" style="display: none;">
264                                                         <textarea tabindex='5' name='description' cols="100" rows="20">
265                                                                 {DESCRIPTION}
266                                                         </textarea>
267                                                 </div>
268                                         </slot></td>
269 <!-- END: htmlarea -->
270                                 </tr>
271                                 <tr>
272                                         <td  valign="top" scope="row"><slot>{MOD.LBL_ATTACHMENTS}</td>
273                                         <td colspan="4">
274                                                 {ATTACHMENTS}
275                                                 <div id="uploads_div">
276                                                         <div style="display: none" id="file0"><input id = 'email_attachment0' name='email_attachment0' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('0');" class="button" value="{APP.LBL_REMOVE}"/></div>
277                                                         <div style="display: none" id="file1"><input id = 'email_attachment1' name='email_attachment1' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('1');" class="button" value="{APP.LBL_REMOVE}"/></div>
278                                                         <div style="display: none" id="file2"><input id = 'email_attachment2' name='email_attachment2' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('2');" class="button" value="{APP.LBL_REMOVE}"/></div>
279                                                         <div style="display: none" id="file3"><input id = 'email_attachment3' name='email_attachment3' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('3');" class="button" value="{APP.LBL_REMOVE}"/></div>
280                                                         <div style="display: none" id="file4"><input id = 'email_attachment4' name='email_attachment4' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('4');" class="button" value="{APP.LBL_REMOVE}"/></div>
281                                                         <div style="display: none" id="file5"><input id = 'email_attachment5' name='email_attachment5' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('5');" class="button" value="{APP.LBL_REMOVE}"/></div>
282                                                         <div style="display: none" id="file6"><input id = 'email_attachment6' name='email_attachment6' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('6');" class="button" value="{APP.LBL_REMOVE}"/></div>
283                                                         <div style="display: none" id="file7"><input id = 'email_attachment7' name='email_attachment7' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('7');" class="button" value="{APP.LBL_REMOVE}"/></div>
284                                                         <div style="display: none" id="file8"><input id = 'email_attachment8' name='email_attachment8' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('8');" class="button" value="{APP.LBL_REMOVE}"/></div>
285                                                         <div style="display: none" id="file9"><input id = 'email_attachment9' name='email_attachment9' tabindex='0' size='40' type='file'/>&nbsp;<input type="button" onclick="deleteFile('9');" class="button" value="{APP.LBL_REMOVE}"/></div>
286
287                                                         <div style="display: none" id="document0"><input name='documentId0' id='documentId0' tabindex='0' type='hidden'/><input name='documentName0' id='documentName0' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('0');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('0');" class="button" value="{APP.LBL_REMOVE}"/></div>
288                                                         <div style="display: none" id="document1"><input name='documentId1' id='documentId1' tabindex='1' type='hidden'/><input name='documentName1' id='documentName1' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('1');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('1');" class="button" value="{APP.LBL_REMOVE}"/></div>
289                                                         <div style="display: none" id="document2"><input name='documentId2' id='documentId2' tabindex='2' type='hidden'/><input name='documentName2' id='documentName2' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('2');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('2');" class="button" value="{APP.LBL_REMOVE}"/></div>
290                                                         <div style="display: none" id="document3"><input name='documentId3' id='documentId3' tabindex='3' type='hidden'/><input name='documentName3' id='documentName3' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('3');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('3');" class="button" value="{APP.LBL_REMOVE}"/></div>
291                                                         <div style="display: none" id="document4"><input name='documentId4' id='documentId4' tabindex='4' type='hidden'/><input name='documentName4' id='documentName4' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('4');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('4');" class="button" value="{APP.LBL_REMOVE}"/></div>
292                                                         <div style="display: none" id="document5"><input name='documentId5' id='documentId5' tabindex='5' type='hidden'/><input name='documentName5' id='documentName5' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('5');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('5');" class="button" value="{APP.LBL_REMOVE}"/></div>
293                                                         <div style="display: none" id="document6"><input name='documentId6' id='documentId6' tabindex='6' type='hidden'/><input name='documentName6' id='documentName6' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('6');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('6');" class="button" value="{APP.LBL_REMOVE}"/></div>
294                                                         <div style="display: none" id="document7"><input name='documentId7' id='documentId7' tabindex='7' type='hidden'/><input name='documentName7' id='documentName7' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('7');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('7');" class="button" value="{APP.LBL_REMOVE}"/></div>
295                                                         <div style="display: none" id="document8"><input name='documentId8' id='documentId8' tabindex='8' type='hidden'/><input name='documentName8' id='documentName8' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('8');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('8');" class="button" value="{APP.LBL_REMOVE}"/></div>
296                                                         <div style="display: none" id="document9"><input name='documentId9' id='documentId9' tabindex='9' type='hidden'/><input name='documentName9' id='documentName9' DISABLED size='40' type='text'/>&nbsp;<input type="button" onclick="selectDocument('9');" class="button" value="{APP.LBL_SELECT_BUTTON_LABEL}"/><input type="button" onclick="deleteDocument('9');" class="button" value="{APP.LBL_REMOVE}"/></div>
297                                                 </div>
298                                                 <input type="button" name="add_file_button" onclick="addFile();" value="{MOD.LBL_ADD_FILE}" class="button" />
299                                                 <input type="button" name="add_document_button" onclick="addDocument();" value="{MOD.LBL_ADD_DOCUMENT}" class="button" />
300                                         </td>
301                                 </tr>
302                         </table>
303                 </td>
304         </tr>
305 </table>
306 </form>
307 <script type="text/javascript">
308 Calendar.setup ({
309         inputField : "date_start_date", ifFormat : "{CALENDAR_DATEFORMAT}", showsTime : false, button : "jscal_trigger", singleClick : true, step : 1
310 });
311 </script>
312 {TINY}
313 {JAVASCRIPT}
314 {INITIALIZE_IE_RESPONSE}
315
316 <!-- END: main -->
317
318
319