]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/InboundEmail/DetailView.html
Release 6.5.0
[Github/sugarcrm.git] / modules / InboundEmail / DetailView.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  * Description:
39  * Created On: Oct 17, 2005
40  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
41  * All Rights Reserved.
42  * Contributor(s): Chris Nojima
43  ********************************************************************************/
44 -->
45
46 <!-- BEGIN: main -->
47 {MODULE_TITLE}
48 {ERROR}
49
50 <table width="100%" cellpadding="0" cellspacing="0" border="0">
51 <tr>
52 <td>
53 <form action="index.php" method="post" name="DetailView" id="form">
54                         <input type="hidden" name="module" value="InboundEmail">
55                         <input type="hidden" name="record" value="{ID}">
56                         <input type="hidden" name="isDuplicate" value=false>
57                         <input type="hidden" name="action">
58                         <input type="hidden" name="return_module">
59                         <input type="hidden" name="return_action">
60                         <input type="hidden" name="return_id">
61
62 <input title="{APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{APP.LBL_EDIT_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='EditView'; this.form.return_id.value='{ID}'; this.form.action.value='EditView'" type="submit" id="emailEdit" name="Edit" value="  {APP.LBL_EDIT_BUTTON_LABEL}  ">
63
64 <input title="{APP.LBL_DUPLICATE_BUTTON_TITLE}" accessKey="{APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='index'; this.form.isDuplicate.value=true; this.form.action.value='EditView'" type="submit" id="emailDuplicate" name="Duplicate" value=" {APP.LBL_DUPLICATE_BUTTON_LABEL} ">
65
66 <input title="{APP.LBL_DELETE_BUTTON_TITLE}" accessKey="{APP.LBL_DELETE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='InboundEmail'; this.form.return_action.value='ListView'; this.form.action.value='Delete'; return confirm('{APP.NTC_DELETE_CONFIRMATION}')" type="submit" name="Delete" id="Delete" value=" {APP.LBL_DELETE_BUTTON_LABEL} ">
67         </form>
68         </td>
69 </tr>
70 </table>
71 <div class="detail view">
72         <table width="100%" border=0 cellspacing="{GRIDLINE}" cellpadding="0">
73                 <tr>
74                 <th align="left" colspan="4"><h4>{MOD.LBL_BASIC}</h4></th>
75                 </tr>
76         <tr>
77                 <td valign="top" width='20%' scope='row'>
78                         <slot>{MOD.LBL_NAME}:</slot></td>
79                 <td valign="top" width='30%'>
80                         <slot>{NAME}&nbsp;</slot></td>
81                 <td valign="top" scope='row'>
82                         <slot>{MOD.LBL_STATUS}:</slot></td>
83                 <td valign="top">
84                         <slot>{STATUS}&nbsp;</slot></td>
85         </tr>
86         <tr>
87                 <td valign="top" scope='row'>
88                         <slot>{MOD.LBL_SERVER_URL}:</slot></td>
89                 <td valign="top">
90                         <slot>{SERVER_URL}&nbsp;</slot></td>
91                 <td valign="top" scope='row'>
92                         <slot>{MOD.LBL_LOGIN}:</slot></td>
93                 <td valign="top">
94                         <slot>{USER}&nbsp;</slot></td>
95         </tr>
96         <tr>
97                 <td valign="top" width='20%' scope='row'>
98                         <slot>{MOD.LBL_SERVER_TYPE}:</slot></td>
99                 <td valign="top" width='30%'>
100                         <slot>{SERVER_TYPE}&nbsp;</slot></td>
101                 <td valign="top" width='20%' scope='row'>
102                         <slot>&nbsp;</slot>&nbsp;</td>
103                 <td valign="top" width='30%'>
104                         <slot>&nbsp;</slot>&nbsp;
105                 </td>
106         </tr>
107         <tr>
108                 <td valign="top" width='20%' scope='row'>
109                         <slot>{MOD.LBL_PORT}:</slot</td>
110                 <td valign="top" width='30%'>
111                         <slot>{PORT}&nbsp;</slot>&nbsp;
112                 </td>
113                 <td valign="top" scope='row'>
114                         <slot>{MOD.LBL_MAILBOX}:</slot></td>
115                 <td valign="top">
116                         <slot>{MAILBOX}&nbsp;</slot></td>
117         </tr>
118         <tr>
119                 <td valign="top" width='20%' scope='row'>
120                         <slot>{MOD.LBL_MAILBOX_SSL}:</slot></td>
121                 <td valign="top" width='30%'>
122                         <slot>{SSL}&nbsp;</slot></td>
123                 <td valign="top" width='20%' scope='row'>
124                         <slot><span style="{TRASH_SENT_FOLDER_STYLE}">{MOD.LBL_TRASH_FOLDER}:</span></slot></td>
125                 <td valign="top" width='30%'>
126                         <slot><span style="{TRASH_SENT_FOLDER_STYLE}">{TRASHFOLDER}&nbsp;</span></slot></td>
127         </tr>
128         <tr style="{TRASH_SENT_FOLDER_STYLE}">
129                 <td valign="top" width='20%' scope='row'>
130                         <slot>&nbsp;</slot>&nbsp;</td>
131                 <td valign="top" width='30%'>
132                         <slot>&nbsp;</slot>&nbsp;
133                 </td>
134                 <td valign="top" width='20%' scope='row'>
135                         <slot>{MOD.LBL_SENT_FOLDER}:</slot></td>
136                 <td valign="top" width='30%'>
137                         <slot>{SENTFOLDER}&nbsp;</slot>&nbsp;</td>
138         </tr>
139         </table>
140
141         <br>
142         <table width="100%" border=0 cellspacing="{GRIDLINE}" cellpadding="0">
143                 <tr>
144                 <th align="left" colspan="4"><h4>{MOD.LBL_SERVER_OPTIONS}</h4></th>
145                 </tr>
146         <tr>
147                 <td valign="top" scope='row'>
148                 </td>
149                 <td valign="top">
150
151                 &nbsp;
152                 </td>
153                 <td valign="top" width='20%' scope='row'>
154                         <slot>{MOD.LBL_FROM_NAME}:&nbsp;</slot></td>
155                 <td valign="top" width='30%'>
156                         <slot>{FROM_NAME}&nbsp;</slot>&nbsp;
157                 </td>
158         </tr>
159         <tr>
160                 <td valign="top" width='20%' scope='row'>
161                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_ENABLE_AUTO_IMPORT}:</div>&nbsp;</slot>&nbsp;</td>
162                 <td valign="top" width='30%'>
163                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{IS_AUTO_IMPORT_ENABLED}</div>&nbsp;</slot>&nbsp;</td>
164                 <td valign="top" width='20%' scope='row'>
165                         <slot>{MOD.LBL_FROM_ADDR}:&nbsp;</slot>&nbsp;</td>
166                 <td valign="top" width='30%'>
167                         <slot>{FROM_ADDR}&nbsp;</slot>&nbsp;
168                 </td>
169         </tr>
170         <tr>
171                 <td valign="top" scope='row'>
172                         <slot>{MOD.LBL_CREATE_CASE}:</slot></td>
173                 <td valign="top">
174                         <slot>{IS_CREATE_CASE}&nbsp;</slot></td>
175                 <td valign="top" width='20%' scope='row'>
176                         <slot>{MOD.LBL_REPLY_TO_NAME}:&nbsp;</slot>&nbsp;</td>
177                 <td valign="top" width='30%'>
178                         <slot>{REPLY_TO_NAME}</slot>&nbsp;
179                 </td>
180         </tr>
181         <tr style="{CREATE_CASE_ROW_STYLE}">
182                 <td valign="top" width='20%' scope='row'>
183                         <slot>{MOD.LBL_DISTRIBUTION_METHOD}:&nbsp;</slot>&nbsp;</td>
184                 <td valign="top" width='30%'>
185                         <slot>{DISTRIBUTION_METHOD}</slot>&nbsp;
186                 </td>
187                 <td valign="top" width='20%' scope='row'>
188                         <slot>&nbsp;</slot>&nbsp;</td>
189                 <td valign="top" width='30%'>
190                         <slot>&nbsp;</slot>&nbsp;
191                 </td>
192         </tr>
193         <tr style="{CREATE_CASE_ROW_STYLE}">
194                 <td valign="top" width='20%' scope='row'>
195                         <slot>{MOD.LBL_CREATE_CASE_REPLY_TEMPLATE}:&nbsp;</slot>&nbsp;</td>
196                 <td colspan="3" valign="top" width='30%'>
197                         <slot>{CREATE_CASE_EMAIL_TEMPLATE}</slot>&nbsp;
198                 </td>
199         </tr>
200         <tr>
201                 <td valign="top" width='20%' scope='row'>
202                         <slot>&nbsp;</slot>&nbsp;</td>
203                 <td valign="top" width='30%'>
204                         <slot>&nbsp;</slot>&nbsp;
205                 </td>
206                 <td valign="top" width='20%' scope='row'>
207                         <slot>{MOD.LBL_REPLY_TO_ADDR}:&nbsp;</slot>&nbsp;</td>
208                 <td valign="top" width='30%'>
209                         <slot>{REPLY_TO_ADDR}</slot>&nbsp;
210                 </td>
211         </tr>
212         <tr>
213                 <td valign="top" scope='row'>
214                         <slot>{MOD.LBL_AUTOREPLY}:</slot></td>
215                 <td valign="top">
216                         <slot>{EMAIL_TEMPLATE}&nbsp;</slot></td>
217                 <td valign="top" width='20%' scope='row'>
218                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_ALLOW_OUTBOUND_GROUP_USAGE}:</div></slot>&nbsp;</td>
219                 <td valign="top" width='30%'>
220                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{ALLOW_OUTBOUND_GROUP_USAGE}</div></slot>
221                 </td>
222         </tr>
223         <tr>
224                 <td valign="top" width='20%' scope='row'>
225                         <slot>{MOD.LBL_FILTER_DOMAIN}:</slot></td>
226                 <td valign="top" width='30%'>
227                         <slot>{FILTER_DOMAIN}&nbsp;</slot></td>
228                 <td valign="top" width='20%' scope='row'>
229                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{MOD.LBL_MAX_AUTO_REPLIES}:</div></slot>&nbsp;</td>
230                 <td valign="top" width='30%'>
231                         <slot><div style="{EDIT_GROUP_FOLDER_STYLE}">{EMAIL_NUM_AUTOREPLIES_24_HOURS}</div></slot>&nbsp;
232                 </td>
233         </tr>
234         <tr style="{LEAVEMESSAGESONMAILSERVER_STYLE}">
235                 <td valign="top" width='20%' scope='row'>
236                         <slot>{MOD.LBL_MARK_READ}:</slot></td>
237                 <td valign="top" width='30%'>
238                         <slot>{LEAVEMESSAGESONMAILSERVER}&nbsp;</slot></td>
239                 <td valign="top" width='20%' scope='row'>
240                         <slot>&nbsp;</slot>&nbsp;</td>
241                 <td valign="top" width='30%'>
242                         <slot>&nbsp;</slot>&nbsp;
243                 </td>
244         </tr>
245         </table>
246 </div>
247
248 <!-- END: main -->