]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Contacts/metadata/detailviewdefs.php
Release 6.5.16
[Github/sugarcrm.git] / modules / Contacts / metadata / detailviewdefs.php
1 <?php
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2013 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['Contacts']['DetailView'] = array(
38 'templateMeta' => array('form' => array('buttons'=>array('EDIT', 'DUPLICATE', 'DELETE', 'FIND_DUPLICATES',
39                                                          array('customCode'=>'<input type="submit" class="button" title="{$APP.LBL_MANAGE_SUBSCRIPTIONS}" onclick="this.form.return_module.value=\'Contacts\'; 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=\'Contacts\';" name="Manage Subscriptions" value="{$APP.LBL_MANAGE_SUBSCRIPTIONS}"/>',
40                                                              //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
41                                                              'sugar_html' => array(
42                                                                  'type' => 'submit',
43                                                                  'value' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
44                                                                  'htmlOptions' => array(
45                                                                      'class' => 'button',
46                                                                      'id' => 'manage_subscriptions_button',
47                                                                      'title' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
48                                                                      'onclick' => 'this.form.return_module.value=\'Contacts\'; 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=\'Contacts\';',
49                                                                      'name' => 'Manage Subscriptions',
50                                                                  ),
51                                                              ),
52
53                                                          ),
54                                                         ),
55                                        ),
56                         'maxColumns' => '2',
57                         'widths' => array(
58                                         array('label' => '10', 'field' => '30'),
59                                         array('label' => '10', 'field' => '30')
60                                         ),
61
62                                                 'includes'=> array(
63                                                 array('file'=>'modules/Leads/Lead.js'),
64                                                         ),
65                         ),
66
67
68
69     'panels' =>
70     array (
71       'lbl_contact_information' =>
72       array (
73
74         array (
75
76           array (
77             'name' => 'full_name',
78             'label' => 'LBL_NAME',
79           ),
80
81         ),
82
83         array (
84
85           array (
86             'name' => 'title',
87             'comment' => 'The title of the contact',
88             'label' => 'LBL_TITLE',
89           ),
90           array (
91             'name' => 'phone_work',
92             'label' => 'LBL_OFFICE_PHONE',
93           ),
94         ),
95
96         array (
97           array (
98                 'name' => 'department',
99                 'label' => 'LBL_DEPARTMENT',
100           ),
101           array (
102             'name' => 'phone_mobile',
103             'label' => 'LBL_MOBILE_PHONE',
104           ),
105         ),
106
107         array (
108           array (
109             'name' => 'account_name',
110             'label' => 'LBL_ACCOUNT_NAME',
111             'displayParams' =>
112               array (
113                 'enableConnectors' => true,
114                 'module' => 'Contacts',
115                 'connectors' => 
116                 array (
117                 ),
118             ),
119           ),
120           array (
121             'name' => 'phone_fax',
122             'label' => 'LBL_FAX_PHONE',
123           ),
124         ),
125
126         array (
127
128           array (
129             'name' => 'primary_address_street',
130             'label' => 'LBL_PRIMARY_ADDRESS',
131             'type' => 'address',
132             'displayParams' =>
133             array (
134               'key' => 'primary',
135             ),
136           ),
137
138           array (
139             'name' => 'alt_address_street',
140             'label' => 'LBL_ALTERNATE_ADDRESS',
141             'type' => 'address',
142             'displayParams' =>
143             array (
144               'key' => 'alt',
145             ),
146           ),
147         ),
148
149         array (
150
151           array (
152             'name' => 'email1',
153             'studio' => 'false',
154             'label' => 'LBL_EMAIL_ADDRESS',
155           ),
156         ),
157
158         array (
159
160           array (
161             'name' => 'description',
162             'comment' => 'Full text of the note',
163             'label' => 'LBL_DESCRIPTION',
164           ),
165         ),
166       ),
167
168       'LBL_PANEL_ADVANCED' =>
169       array (
170
171         array (
172
173           array (
174             'name' => 'report_to_name',
175             'label' => 'LBL_REPORTS_TO',
176           ),
177
178           array (
179             'name' => 'sync_contact',
180             'comment' => 'Synch to outlook?  (Meta-Data only)',
181             'label' => 'LBL_SYNC_CONTACT',
182           ),
183         ),
184
185         array (
186
187           array (
188             'name' => 'lead_source',
189             'comment' => 'How did the contact come about',
190             'label' => 'LBL_LEAD_SOURCE',
191           ),
192
193           array (
194             'name' => 'do_not_call',
195             'comment' => 'An indicator of whether contact can be called',
196             'label' => 'LBL_DO_NOT_CALL',
197           ),
198         ),
199
200             array (
201
202                     array (
203                       'name' => 'campaign_name',
204                       'label' => 'LBL_CAMPAIGN',
205                     ),
206
207                 ),
208
209
210       ),
211       'LBL_PANEL_ASSIGNMENT' =>
212       array (
213
214         array (
215
216           array (
217             'name' => 'assigned_user_name',
218             'label' => 'LBL_ASSIGNED_TO_NAME',
219           ),
220
221           array (
222             'name' => 'date_modified',
223             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}',
224             'label' => 'LBL_DATE_MODIFIED',
225           ),
226         ),
227
228         array (
229
230           array (
231             'name' => 'date_entered',
232             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}',
233             'label' => 'LBL_DATE_ENTERED',
234           ),
235
236         ),
237       ),
238      )
239 );
240 ?>