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