]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Leads/metadata/detailviewdefs.php
Added unit tests.
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / metadata_files / 551 / modules / Leads / metadata / detailviewdefs.php
1 <?php
2 /*********************************************************************************
3  * SugarCRM 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['Leads']['DetailView'] = array (
38         'templateMeta' => array (
39                 'form' => array (
40                         'buttons' => array (
41                                 'EDIT',
42                                 'DUPLICATE',
43                                 'DELETE',
44                                 array (
45                                         'customCode' => '<input title="{$MOD.LBL_CONVERTLEAD_TITLE}" accessKey="{$MOD.LBL_CONVERTLEAD_BUTTON_KEY}" type="button" class="button" onClick="document.location=\'index.php?module=Leads&action=ConvertLead&record={$fields.id.value}\'" name="convert" value="{$MOD.LBL_CONVERTLEAD}">'
46                                 ),
47                                 array (
48                                         'customCode' => '<input title="{$APP.LBL_DUP_MERGE}" accessKey="M" class="button" onclick="this.form.return_module.value=\'Leads\'; this.form.return_action.value=\'DetailView\';this.form.return_id.value=\'{$fields.id.value}\'; this.form.action.value=\'Step1\'; this.form.module.value=\'MergeRecords\';" type="submit" name="Merge" value="{$APP.LBL_DUP_MERGE}">'
49                                 ),
50                                 array (
51                                         'customCode' => '<input title="{$APP.LBL_MANAGE_SUBSCRIPTIONS}" class="button" onclick="this.form.return_module.value=\'Leads\'; this.form.return_action.value=\'DetailView\';this.form.return_id.value=\'{$fields.id.value}\'; this.form.action.value=\'Subscriptions\'; this.form.module.value=\'Campaigns\'; this.form.module_tab.value=\'Leads\';" type="submit" name="Manage Subscriptions" value="{$APP.LBL_MANAGE_SUBSCRIPTIONS}">'
52                                 ),
53                                 
54                         ),
55                         'headerTpl'=>'modules/Leads/tpls/DetailViewHeader.tpl',
56                 ),
57                 'maxColumns' => '2',
58                 'widths' => array (
59                         array (
60                                 'label' => '10',
61                                 'field' => '30'
62                         ),
63                         array (
64                                 'label' => '10',
65                                 'field' => '30'
66                         )
67                 ),
68                  'includes'=> array(
69                             array('file'=>'modules/Leads/Lead.js'),
70                          ),             
71         ),
72         'panels' => array (
73
74                 array (
75                         'lead_source',
76                         'status',
77                         
78                 ),
79
80                 array (
81                         'lead_source_description',
82                         'status_description',
83                         
84                 ),
85
86                 array (
87                         array (
88                                 'name' => 'campaign_name',
89                                 'label' => 'LBL_CAMPAIGN',
90                                 
91                         ),
92             'opportunity_amount',
93             
94             
95                         
96                 ),
97
98                 array (
99                         'refered_by',
100                         array (
101                                 'name' => 'phone_work',
102                                 'label' => 'LBL_OFFICE_PHONE',
103                                 
104                         ),
105                         
106                 ),
107
108                 array (
109
110                         array (
111                                 'name' => 'full_name',
112                                 'label' => 'LBL_NAME',
113                                 
114                         ),
115
116                         array (
117                                 'name' => 'phone_mobile',
118                                 'label' => 'LBL_MOBILE_PHONE',
119                                 
120                         ),
121                         
122                 ),
123
124                 array (
125                 'birthdate',
126                         array (
127                                 'name' => 'phone_home',
128                                 'label' => 'LBL_HOME_PHONE',
129                                 
130                         ),
131                         
132                 ),
133
134                 array (
135                         // removing acc_name_from_accounts field from 510
136                         'account_name',
137                         array (
138                                 'name' => 'phone_other',
139                                 'label' => 'LBL_OTHER_PHONE',
140                                 
141                         ),
142                         
143                 ),
144
145                 array (
146                         'title',
147
148                         array (
149                                 'name' => 'phone_fax',
150                                 'label' => 'LBL_FAX_PHONE',
151                                 
152                         ),
153                         
154                 ),
155
156                 array (
157                         'department',
158                         'do_not_call'
159                 ),
160                 array (
161                         array (
162                                 'name' => 'date_modified',
163                                 'label' => 'LBL_DATE_MODIFIED',
164                                 'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}'
165                         )
166                 ),
167                 array(),
168                 array (
169
170                         array (
171                                 'name' => 'assigned_user_name',
172                                 'label' => 'LBL_ASSIGNED_TO'
173                         ),
174
175                         array (
176                                 'name' => 'created_by',
177                                 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}&nbsp;',
178                                 'label' => 'LBL_DATE_ENTERED',
179                                 
180                         ),
181                         
182                 ),
183
184                 array (
185                         array (
186                                 'name' => 'primary_address_street',
187                                 'label' => 'LBL_PRIMARY_ADDRESS',
188                                 'type' => 'address',
189                                 'displayParams' => array (
190                                         'key' => 'primary'
191                                 ),
192                                 
193                         ),
194
195                         array (
196                                 'name' => 'alt_address_street',
197                                 'label' => 'LBL_ALTERNATE_ADDRESS',
198                                 'type' => 'address',
199                                 'displayParams' => array (
200                                         'key' => 'alt'
201                                 ),
202                                 
203                         ),
204                         
205                 ),
206
207                 array (
208                         'description',
209             '',
210                         
211                 ),
212
213                 array (
214                         'email1',
215                         
216                 ),
217                 
218         )
219 );
220 ?>