]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Emails/DetailViewSent.html
Release 6.5.0
[Github/sugarcrm.git] / modules / Emails / DetailViewSent.html
1 <!--
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2012 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 <script type="text/javascript" src="modules/Emails/javascript/Email.js?v={VERSION_MARK}"></script>
43 <script type="text/javascript" language="Javascript">
44 {JS_VARS}
45 </script>
46 <form action="index.php" method="POST" name="DetailView" id="form">
47         <input type="hidden" name="module" value="Emails">
48         <input type="hidden" name="record" value="{ID}">
49         <input type="hidden" name="isDuplicate" value=false>
50         <input type="hidden" name="action">
51         <input type="hidden" name="contact_id" value="{CONTACT_ID}">
52         <input type="hidden" name="user_id" value="{USER_ID}">
53         <input type="hidden" name="return_module">
54         <input type="hidden" name="return_action">
55         <input type="hidden" name="return_id">
56         <input type="hidden" name="type" value="out">
57         <input type="hidden" name="assigned_user_id">
58         <input type="hidden" name="parent_id" value="{PARENT_ID}">
59         <input type="hidden" name="parent_type" value="{PARENT_TYPE_UNTRANSLATE}">
60         <input type="hidden" name="parent_name" value="{PARENT_NAME}">
61         <input type="hidden" name="inbound_email_id" value="{ID}">
62         <input type="hidden" name="email_name" value="{EMAIL_NAME}">
63         <input type="hidden" name="to_email_addrs" value="{FROM}">
64
65 <table width="10%" cellpadding="0" cellspacing="0" border="0">
66         <tr>
67                 <td>{ACTION_BUTTON_SENT_EMAIL}</td>
68                 <td align='right'>{ADMIN_EDIT}</td>
69         </tr>
70 </table>
71 </form>
72
73 <div class="detail view">
74 <table width="100%" border="0" cellspacing="{GRIDLINE}" cellpadding="0">
75         {PAGINATION}
76         <tr>
77                 <td width="15%" scope="row"><slot>{APP.LBL_ASSIGNED_TO}</slot></td>
78                 <td width="35%" valign="top"><slot>{ASSIGNED_TO}</slot></td>
79                 <td width="15%" scope="row"><slot>{MOD.LBL_DATE_SENT}</slot></td>
80                 <td width="35%" colspan="3"><slot>{DATE_START} {TIME_START}</slot></td>
81         </tr>
82         <tr>
83                 <!-- BEGIN: open_source -->
84                 <td scope="row"><slot>&nbsp;</slot></td>
85                 <td><slot>&nbsp;</slot></td>
86                 <!-- END: open_source -->
87                 <td scope="row"><slot>{PARENT_TYPE}</slot></td>
88                 <td><slot>{PARENT_NAME}</slot></td>
89         </tr>
90         <tr>
91        <td scope="row"><slot>{MOD.LBL_FROM}</slot></td>
92         <td colspan=3><slot>{FROM}&nbsp;</slot></td>
93         </tr>
94         <tr>
95        <td scope="row"><slot>{MOD.LBL_TO}</slot></td>
96         <td colspan='3'><slot>{TO}&nbsp;</slot></td>
97         </tr>
98         <tr>
99                 <td scope="row"><slot>{MOD.LBL_CC}</slot></td>
100                 <td colspan='3'><slot>{CC}&nbsp;</slot></td>
101         </tr>
102         <tr>
103                 <td scope="row"><slot>{MOD.LBL_BCC}</slot></td>
104                 <td colspan='3'><slot>{BCC}&nbsp;</slot></td>
105         </tr>
106         <tr>
107                 <td scope="row"><slot>{MOD.LBL_SUBJECT}</slot></td>
108                 <td colspan='3'><slot>{NAME}&nbsp;</slot></td>
109         </tr>
110         <tr>
111                 <td scope="row" valign="top"><slot>{MOD.LBL_BODY}</slot></td>
112                 <td colspan="3"  style="background-color: #ffffff; color: #000000" ><slot>
113                         <div id="html_div" style="background-color: #ffffff;padding: 5px">{DESCRIPTION_HTML}</div>
114                         <input id='toggle_textarea_elem' onclick="toggle_textarea();" type="checkbox" name="toggle_html"/> <label for='toggle_textarea_elem'>{MOD.LBL_SHOW_ALT_TEXT}</label><br>
115                         <div id="text_div" style="display: none;background-color: #ffffff;padding: 5px">{DESCRIPTION}</div>
116                         <script type="text/javascript" language="Javascript">
117                                 var plainOnly = {SHOW_PLAINTEXT};
118                                 if(plainOnly == true) {
119                                         document.getElementById("toggle_textarea_elem").checked = true;
120                                         toggle_textarea();
121                                 }
122                         </script>
123                 </td>
124         </tr>
125         <tr>
126                 <td scope="row" valign="top"><slot>{MOD.LBL_ATTACHMENTS}</slot></td>
127                 <td colspan="3"><slot>{ATTACHMENTS}</slot></td>
128         </tr>
129 </table>
130 </div>
131 <!-- END: main -->