]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Leads/metadata/detailviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / 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' => '{if $bean->aclAccess("edit")}<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}">{/if}'
46                                 ),
47                                 'FIND_DUPLICATES',
48                                 array (
49                                         '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}">'
50                                 ),
51                                 
52                         ),
53                         'headerTpl'=>'modules/Leads/tpls/DetailViewHeader.tpl',
54                 ),
55                 'maxColumns' => '2',
56                 'widths' => array (
57                         array (
58                                 'label' => '10',
59                                 'field' => '30'
60                         ),
61                         array (
62                                 'label' => '10',
63                                 'field' => '30'
64                         )
65                 ),
66                  'includes'=> array(
67                             array('file'=>'modules/Leads/Lead.js'),
68                          ),             
69         ),
70         'panels' => array (
71
72         'LBL_CONTACT_INFORMATION' =>
73         array (
74                 array (
75                         array (
76                                 'name' => 'full_name',
77                                 'label' => 'LBL_NAME',
78                         ),
79                         'phone_work',
80                 ),
81
82                 array (
83                         'title',
84                     'phone_mobile',   
85                 ),                      
86         
87                 array (
88                         'department',
89                         'phone_fax'
90                 ),                                      
91
92             array (
93             array (
94               'name' => 'account_name',
95             ),
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                         'opportunity_amount',
147                         'refered_by',
148                 ),      
149                 
150                 array (
151                         array (
152                                 'name' => 'campaign_name',
153                                 'label' => 'LBL_CAMPAIGN',
154                                 
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 ?>