]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/editviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / ce_metadata_files / custom / modules / Contacts / metadata / editviewdefs.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  
38 $viewdefs ['Contacts'] = 
39 array (
40   'EditView' => 
41   array (
42     'templateMeta' => 
43     array (
44       'form' => 
45       array (
46         'hidden' => 
47         array (
48           0 => '<input type="hidden" name="opportunity_id" value="{$smarty.request.opportunity_id}">',
49           1 => '<input type="hidden" name="case_id" value="{$smarty.request.case_id}">',
50           2 => '<input type="hidden" name="bug_id" value="{$smarty.request.bug_id}">',
51           3 => '<input type="hidden" name="email_id" value="{$smarty.request.email_id}">',
52           4 => '<input type="hidden" name="inbound_email_id" value="{$smarty.request.inbound_email_id}">',
53         ),
54       ),
55       'maxColumns' => '2',
56       'widths' => 
57       array (
58         0 => 
59         array (
60           'label' => '10',
61           'field' => '30',
62         ),
63         1 => 
64         array (
65           'label' => '10',
66           'field' => '30',
67         ),
68       ),
69       'useTabs' => false,
70     ),
71     'panels' => 
72     array (
73       'lbl_contact_information' => 
74       array (
75         0 => 
76         array (
77           0 => 
78           array (
79             'name' => 'first_name',
80             'customCode' => '{html_options name="salutation" options=$fields.salutation.options selected=$fields.salutation.value}&nbsp;<input name="first_name" size="25" maxlength="25" type="text" value="{$fields.first_name.value}">',
81           ),
82         ),
83         1 => 
84         array (
85           0 => 
86           array (
87             'name' => 'last_name',
88             'displayParams' => 
89             array (
90               'required' => true,
91             ),
92           ),
93           1 => 
94           array (
95             'name' => 'phone_mobile',
96             'comment' => 'Mobile phone number of the contact',
97             'label' => 'LBL_MOBILE_PHONE',
98           ),
99         ),
100         2 => 
101         array (
102           0 => 
103           array (
104             'name' => 'title',
105             'comment' => 'The title of the contact',
106             'label' => 'LBL_TITLE',
107           ),
108           1 => 
109           array (
110             'name' => 'phone_work',
111             'comment' => 'Work phone number of the contact',
112             'label' => 'LBL_OFFICE_PHONE',
113           ),
114         ),
115         3 => 
116         array (
117           0 => 
118           array (
119             'name' => 'department',
120             'comment' => 'The department of the contact',
121             'label' => 'LBL_DEPARTMENT',
122           ),
123           1 => 
124           array (
125             'name' => 'phone_fax',
126             'comment' => 'Contact fax number',
127             'label' => 'LBL_FAX_PHONE',
128           ),
129         ),
130         4 => 
131         array (
132           0 => 
133           array (
134             'name' => 'account_name',
135             'displayParams' => 
136             array (
137               'key' => 'billing',
138               'copy' => 'primary',
139               'billingKey' => 'primary',
140               'additionalFields' => 
141               array (
142                 'phone_office' => 'phone_work',
143               ),
144             ),
145           ),
146         ),
147         5 => 
148         array (
149           0 => 
150           array (
151             'name' => 'primary_address_street',
152             'hideLabel' => true,
153             'type' => 'address',
154             'displayParams' => 
155             array (
156               'key' => 'primary',
157               'rows' => 2,
158               'cols' => 30,
159               'maxlength' => 150,
160             ),
161           ),
162           1 => 
163           array (
164             'name' => 'alt_address_street',
165             'hideLabel' => true,
166             'colspan' => 2,
167             'type' => 'address',
168             'displayParams' => 
169             array (
170               'key' => 'alt',
171               'copy' => 'primary',
172               'rows' => 2,
173               'cols' => 30,
174               'maxlength' => 150,
175             ),
176           ),
177         ),
178         6 => 
179         array (
180           0 => 
181           array (
182             'name' => 'email1',
183             'studio' => 'false',
184             'label' => 'LBL_EMAIL_ADDRESS',
185           ),
186         ),
187         7 => 
188         array (
189           0 => 
190           array (
191             'name' => 'description',
192             'label' => 'LBL_DESCRIPTION',
193           ),
194         ),
195       ),
196       'lbl_editview_panel1' => 
197       array (
198         0 => 
199         array (
200           0 => 
201           array (
202             'name' => 'test_c',
203             'label' => 'LBL_TEST',
204           ),
205           1 => 
206           array (
207             'name' => 'test2_c',
208             'label' => 'LBL_TEST2',
209           ),
210         ),
211       ),
212       'LBL_PANEL_ADVANCED' => 
213       array (
214         0 => 
215         array (
216           0 => 
217           array (
218             'name' => 'report_to_name',
219             'label' => 'LBL_REPORTS_TO',
220           ),
221           1 => 
222           array (
223             'name' => 'sync_contact',
224             'comment' => 'Synch to outlook?  (Meta-Data only)',
225             'label' => 'LBL_SYNC_CONTACT',
226           ),
227         ),
228         1 => 
229         array (
230           0 => 
231           array (
232             'name' => 'lead_source',
233             'comment' => 'How did the contact come about',
234             'label' => 'LBL_LEAD_SOURCE',
235           ),
236           1 => 
237           array (
238             'name' => 'do_not_call',
239             'comment' => 'An indicator of whether contact can be called',
240             'label' => 'LBL_DO_NOT_CALL',
241           ),
242         ),
243         2 => 
244         array (
245           0 => 
246           array (
247             'name' => 'campaign_name',
248             'comment' => 'The first campaign name for Contact (Meta-data only)',
249             'label' => 'LBL_CAMPAIGN',
250           ),
251         ),
252       ),
253       'LBL_PANEL_ASSIGNMENT' => 
254       array (
255         0 => 
256         array (
257           0 => 
258           array (
259             'name' => 'assigned_user_name',
260             'label' => 'LBL_ASSIGNED_TO_NAME',
261           ),
262         ),
263       ),
264     ),
265   ),
266 );
267 ?>