]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Campaigns/metadata/detailviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / modules / Campaigns / metadata / detailviewdefs.php
1 <?php
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 $viewdefs['Campaigns']['DetailView'] = array(
38 'templateMeta' => array('form' => array('buttons' =>
39                                                                                 array('EDIT', 'DUPLICATE', 'DELETE',
40                                         array('customCode'=>'<input title="{$MOD.LBL_TEST_BUTTON_TITLE}" accessKey="{$MOD.LBL_TEST_BUTTON_KEY}" class="button" onclick="this.form.return_module.value=\'Campaigns\'; this.form.return_action.value=\'TrackDetailView\';this.form.action.value=\'Schedule\';this.form.mode.value=\'test\'" type="{$ADD_BUTTON_STATE}" name="button" value="{$MOD.LBL_TEST_BUTTON_LABEL}">'),
41                                         array('customCode'=>'<input title="{$MOD.LBL_QUEUE_BUTTON_TITLE}" accessKey="{$MOD.LBL_QUEUE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value=\'Campaigns\'; this.form.return_action.value=\'TrackDetailView\';this.form.action.value=\'Schedule\'" type="{$ADD_BUTTON_STATE}" name="button" value="{$MOD.LBL_QUEUE_BUTTON_LABEL}">'),
42                                         array('customCode'=>'<input title="{$APP.LBL_MAILMERGE}" accessKey="{$APP.LBL_MAILMERGE_KEY}" class="button" onclick="this.form.return_module.value=\'Campaigns\'; this.form.return_action.value=\'TrackDetailView\';this.form.action.value=\'MailMerge\'" type="submit" name="button" value="{$APP.LBL_MAILMERGE}">'),
43                                         array('customCode'=>'<input title="{$MOD.LBL_MARK_AS_SENT}" class="button" onclick="this.form.return_module.value=\'Campaigns\'; this.form.return_action.value=\'TrackDetailView\';this.form.action.value=\'DetailView\';this.form.mode.value=\'set_target\'" type="{$TARGET_BUTTON_STATE}" name="button" value="{$MOD.LBL_MARK_AS_SENT}"><input title="mode" class="button" id="mode" name="mode" type="hidden" value="">'),
44                                         array('customCode'=>'<script>{$MSG_SCRIPT}</script>'),
45                                         ),
46                                         'links' => array('<input type="button" class="button" onclick="javascript:window.location=\'index.php?module=Campaigns&action=WizardHome&record={$fields.id.value}\';" value="{$MOD.LBL_TO_WIZARD_TITLE}" />',
47                                                                          '<input type="button" class="button" onclick="javascript:window.location=\'index.php?module=Campaigns&action=TrackDetailView&record={$fields.id.value}\';" value="{$MOD.LBL_TRACK_BUTTON_LABEL}" />',
48                                                                          '<input type="button" class="button" onclick="javascript:window.location=\'index.php?module=Campaigns&action=RoiDetailView&record={$fields.id.value}\';" value="{$MOD.LBL_TRACK_ROI_BUTTON_LABEL}" />',
49                                                      ),
50                         ),
51                         'maxColumns' => '2',
52                         'widths' => array(
53                                         array('label' => '10', 'field' => '30'),
54                                         array('label' => '10', 'field' => '30')
55                                         ),
56                        
57                         ),
58 'panels' =>array (
59   'lbl_campaign_information'=> array(
60           array (
61             'name',
62             array (
63               'name' => 'status',
64               'label' => 'LBL_CAMPAIGN_STATUS',
65             ),
66           ),
67         
68           array (
69         
70             array (
71               'name' => 'start_date',
72               'label' => 'LBL_CAMPAIGN_START_DATE',
73             ),
74                 'campaign_type',
75           ),
76         
77           array (
78                 array (
79               'name' => 'end_date',
80               'label' => 'LBL_CAMPAIGN_END_DATE',
81             ),
82             array(
83                 'name' => 'frequency',
84                 'customCode' => '{if $fields.campaign_type.value == "NewsLetter"}<div style=\'none\' id=\'freq_field\'>{$fields.frequency.value}</div>{/if}&nbsp;',
85                 'customLabel' => '{if $fields.campaign_type.value == "NewsLetter"}<div style=\'none\' id=\'freq_label\'>{$MOD.LBL_CAMPAIGN_FREQUENCY}</div>{/if}&nbsp;'
86           ),
87           ),
88           
89           array (
90                 array (
91               'name' => 'impressions',
92               'label' => 'LBL_CAMPAIGN_IMPRESSIONS',
93             ),
94           ),
95         
96           array (
97         
98             array (
99               'name' => 'budget',
100               'label' => '{$MOD.LBL_CAMPAIGN_BUDGET} ({$CURRENCY})',
101             ),
102             array (
103               'name' => 'expected_cost',
104               'label' => '{$MOD.LBL_CAMPAIGN_EXPECTED_COST} ({$CURRENCY})',
105             ),
106           ),
107         
108           array (
109                 array (
110               'name' => 'actual_cost',
111               'label' => '{$MOD.LBL_CAMPAIGN_ACTUAL_COST} ({$CURRENCY})',
112             ),
113             array (
114               'name' => 'expected_revenue',
115               'label' => '{$MOD.LBL_CAMPAIGN_EXPECTED_REVENUE} ({$CURRENCY})',
116             ),
117           ),
118         
119           array (
120         
121             array (
122               'name' => 'objective',
123               'label' => 'LBL_CAMPAIGN_OBJECTIVE',
124             ),
125           ),
126         
127           array (
128         
129             array (
130               'name' => 'content',
131               'label' => 'LBL_CAMPAIGN_CONTENT',
132             ),
133           ),
134   ),
135   
136   'LBL_PANEL_ASSIGNMENT' => array(
137         array (
138           array (
139             'name' => 'assigned_user_name',
140             'label' => 'LBL_ASSIGNED_TO',
141           ),
142           array (
143             'name' => 'date_modified',
144             'label' => 'LBL_DATE_MODIFIED',
145             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}',
146           ),
147         ),
148         array (
149           array (
150             'name' => 'date_entered',
151             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}',
152           ),
153         ),        
154   ),
155 )
156
157 );
158 ?>