]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Leads/metadata/detailviewdefs.php
Release 6.5.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-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['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") && !$DISABLE_CONVERT_ACTION}<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                     //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
47                     'sugar_html' => array(
48                         'type' => 'button',
49                         'value' => '{$MOD.LBL_CONVERTLEAD}',
50                         'htmlOptions' => array(
51                             'title' => '{$MOD.LBL_CONVERTLEAD_TITLE}',
52                             'accessKey' => '{$MOD.LBL_CONVERTLEAD_BUTTON_KEY}',
53                             'class' => 'button',
54                             'onClick' => 'document.location=\'index.php?module=Leads&action=ConvertLead&record={$fields.id.value}\'',
55                             'name' => 'convert',
56                             'id' => 'convert_lead_button',
57                         ),
58                         'template' => '{if $bean->aclAccess("edit") && !$DISABLE_CONVERT_ACTION}[CONTENT]{/if}',
59                     ),
60                                 ),
61                                 'FIND_DUPLICATES',
62                                 array (
63                                         '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}">',
64                     //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
65                     'sugar_html' => array(
66                         'type' => 'submit',
67                         'value' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
68                         'htmlOptions' => array(
69                             'title' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
70                             'class' => 'button',
71                             'id' => 'manage_subscriptions_button',
72                             '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\';',
73                             'name' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
74                         )
75                     )
76                                 ),
77                                 
78                         ),
79                         'headerTpl'=>'modules/Leads/tpls/DetailViewHeader.tpl',
80                 ),
81                 'maxColumns' => '2',
82                 'widths' => array (
83                         array (
84                                 'label' => '10',
85                                 'field' => '30'
86                         ),
87                         array (
88                                 'label' => '10',
89                                 'field' => '30'
90                         )
91                 ),
92                  'includes'=> array(
93                             array('file'=>'modules/Leads/Lead.js'),
94                          ),             
95         ),
96         'panels' => array (
97
98         'LBL_CONTACT_INFORMATION' =>
99         array (
100                 array (
101                         array (
102                                 'name' => 'full_name',
103                                 'label' => 'LBL_NAME',
104                         ),
105                         'phone_work',
106                 ),
107
108                 array (
109                         'title',
110                     'phone_mobile',   
111                 ),                      
112         
113                 array (
114                         'department',
115                         'phone_fax'
116                 ),                                      
117
118             array (
119             array (
120               'name' => 'account_name',
121             ),
122                         'website'
123             ),          
124                 
125                 array (
126                         array (
127                                 'name' => 'primary_address_street',
128                                 'label' => 'LBL_PRIMARY_ADDRESS',
129                                 'type' => 'address',
130                                 'displayParams' => array (
131                                         'key' => 'primary'
132                                 ),
133                                 
134                         ),
135
136                         array (
137                                 'name' => 'alt_address_street',
138                                 'label' => 'LBL_ALTERNATE_ADDRESS',
139                                 'type' => 'address',
140                                 'displayParams' => array (
141                                         'key' => 'alt'
142                                 ),
143                                 
144                         ),
145                         
146                 ),
147
148                 array (
149                         'email1',
150                 ),                      
151                 
152                 array (
153                         'description',
154                 ),              
155         
156         ),
157         
158         'LBL_PANEL_ADVANCED' =>
159         array (
160         
161                 array (
162                         'status',
163                     'lead_source'       
164                 ),
165
166                 array (
167                         'status_description',
168                         'lead_source_description',
169                 ),      
170         
171                 array (
172                         'opportunity_amount',
173                         'refered_by',
174                 ),      
175                 
176                 array (
177                         array (
178                                 'name' => 'campaign_name',
179                                 'label' => 'LBL_CAMPAIGN',
180                                 
181                         ),
182                     'do_not_call'
183                 )
184                 
185         ),
186         
187         'LBL_PANEL_ASSIGNMENT' =>
188         array(
189         array (
190           array (
191             'name' => 'assigned_user_name',
192             'label' => 'LBL_ASSIGNED_TO',
193           ),
194           array (
195             'name' => 'date_modified',
196             'label' => 'LBL_DATE_MODIFIED',
197             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}',
198           ),
199         ),
200         array (
201           array (
202             'name' => 'date_entered',
203             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}',
204           ),
205         ),      
206         ),
207         
208         )
209 );
210 ?>