]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/EmailMarketing/DetailView.html
Release 6.5.0
[Github/sugarcrm.git] / modules / EmailMarketing / 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
39  ********************************************************************************/
40 -->
41 <!-- BEGIN: main -->
42 {ERROR_STRING}
43 <form name="DetailView" method="POST" action="index.php">
44         <input type="hidden" name="module" value="EmailMarketing">
45         <input type="hidden" name="record" value="{ID}">
46         <input type="hidden" name="action" value="DetailView">
47         <input type="hidden" name="campaign_id" value="{CAMPAIGN_ID}">
48         <input type="hidden" name="return_module" value="{RETURN_MODULE}">
49         <input type="hidden" name="return_id" value="{RETURN_ID}">
50         <input type="hidden" name="return_action" value="{RETURN_ACTION}">
51         <input type="hidden" name="isDuplicate" value="">       
52         <table width="100%" cellpadding="0" cellspacing="0" border="0">
53                 <tr>
54                         <td>
55                                 <input title="{APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{APP.LBL_EDIT_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='EmailMarketing'; this.form.return_action.value='DetailView'; this.form.return_id.value='{ID}'; this.form.action.value='EditView'" type="submit" name="Edit" value="  {APP.LBL_EDIT_BUTTON_LABEL}  ">
56                                 <input title="{APP.LBL_DUPLICATE_BUTTON_TITLE}" accessKey="{APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='Campaigns'; this.form.return_action.value='DetailView'; this.form.return_id.value='{CAMPAIGN_ID}';this.form.isDuplicate.value=true; this.form.action.value='EditView';" type="submit" name="Duplicate" value=" {APP.LBL_DUPLICATE_BUTTON_LABEL} ">
57                                 <input title="{APP.LBL_DELETE_BUTTON_TITLE}" accessKey="{APP.LBL_DELETE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='Campaigns'; this.form.return_action.value='DetailView'; this.form.return_id.value='{CAMPAIGN_ID}';this.form.action.value='Delete'; return confirm('{APP.NTC_DELETE_CONFIRMATION}')" type="submit" name="Delete" value=" {APP.LBL_DELETE_BUTTON_LABEL} ">
58                         </td>
59                         <td align="right" nowrap><span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> {APP.NTC_REQUIRED}</td>
60                         <td align='right'>{ADMIN_EDIT}</td>
61                 </tr>
62         </table>
63
64
65 <div class="detail view">
66 <table width="100%" border="0" cellspacing="0" cellpadding="0">
67         <tr>
68         <td width="15%" scope="row"><slot>{MOD.LBL_NAME}</slot></td>
69         <td width="35%"><slot>{NAME}&nbsp;</slot></td>
70         <td scope="row"><slot>{MOD.LBL_STATUS_TEXT}</slot></td>
71         <td><slot>{STATUS}&nbsp;</slot></td>
72         </tr>
73         <tr>
74         <td scope="row"><slot>{MOD.LBL_FROM_MAILBOX_NAME}</slot></td>
75         <td><slot>{FROM_MAILBOX_NAME}&nbsp;</slot></td>
76         <td scope="row"><slot>{MOD.LBL_FROM_NAME}</slot></td>
77         <td><slot>{FROM_NAME}&nbsp;</slot></td>
78         </tr>
79         <tr>
80         <td scope="row"><slot>{MOD.LBL_START_DATE_TIME}</slot></td>
81         <td><slot>{DATE_START}&nbsp;{TIME_START}</slot></td>
82         <td scope="row"><slot>{MOD.LBL_FROM_ADDR}</slot></td>
83         <td>{FROM_ADDR}&nbsp;</td>
84         </tr>
85         <tr>
86         <td scope="row"><slot>{MOD.LBL_TEMPLATE}</slot></td>
87         <td><slot>{EMAIL_TEMPLATE}&nbsp;{TIME_START}</slot></td>
88         <td scope="row"><slot>{MOD.LBL_REPLY_NAME}</slot></td>
89         <td>{REPLY_TO_NAME}&nbsp;</td>
90         </tr>
91     <tr>
92         <td scope="row"><slot>{MOD.LBL_MESSAGE_FOR}</slot></td>
93         <td><slot>{MESSAGE_FOR}&nbsp;</slot></td>
94         <td scope="row"><slot>{MOD.LBL_REPLY_ADDR}</slot></td>
95         <td><slot>{REPLY_TO_ADDR}&nbsp;</slot></td>
96         </tr>   
97 </table>
98 </div>
99 </form>
100 {JAVASCRIPT}
101 <!-- END: main -->