]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/cit_metadata_files/554/modules/Leads/metadata/detailviewdefs.php
Release 6.3.1
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / cit_metadata_files / 554 / modules / Leads / 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['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         'LBL_CONTACT_INFORMATION' =>
75         array (
76                 array (
77                         array (
78                                 'name' => 'full_name',
79                                 'label' => 'LBL_NAME',
80                         ),
81                         'phone_work',
82                 ),
83
84                 array (
85                         'title',
86                     'phone_mobile',   
87                 ),                      
88         
89                 array (
90                         'department',
91                         'phone_fax'
92                 ),                                      
93
94             array (
95                      'account_name',
96                          'website'
97             ),          
98                 
99                 array (
100                         array (
101                                 'name' => 'primary_address_street',
102                                 'label' => 'LBL_PRIMARY_ADDRESS',
103                                 'type' => 'address',
104                                 'displayParams' => array (
105                                         'key' => 'primary'
106                                 ),
107                                 
108                         ),
109
110                         array (
111                                 'name' => 'alt_address_street',
112                                 'label' => 'LBL_ALTERNATE_ADDRESS',
113                                 'type' => 'address',
114                                 'displayParams' => array (
115                                         'key' => 'alt'
116                                 ),
117                                 
118                         ),
119                         
120                 ),
121
122                 array (
123                         'email1',
124                 ),                      
125                 
126                 array (
127                         'description',
128                 ),              
129         
130         ),
131         
132         'LBL_PANEL_ADVANCED' =>
133         array (
134         
135                 array (
136                         'status',
137                     'lead_source'       
138                 ),
139
140                 array (
141                         'status_description',
142                         'lead_source_description',
143                 ),      
144         
145                 array (
146                         array (
147                                 'name' => 'campaign_name',
148                                 'label' => 'LBL_CAMPAIGN',
149                                 
150                         ),
151                         'refered_by',
152                 ),      
153                 
154                 array (
155                         '',
156                     'do_not_call'
157                 )
158                 
159         ),
160         
161         'LBL_PANEL_ASSIGNMENT' =>
162         array(
163         array (
164           array (
165             'name' => 'assigned_user_name',
166             'label' => 'LBL_ASSIGNED_TO',
167           ),
168           array (
169             'name' => 'date_modified',
170             'label' => 'LBL_DATE_MODIFIED',
171             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}',
172           ),
173         ),
174         array (
175           array (
176             'name' => 'date_entered',
177             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}',
178           ),
179         ),      
180         ),
181         
182         )
183 );
184 ?>