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