]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Contacts/metadata/editviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / od_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 $viewdefs['Contacts']['EditView'] = array (
38   'templateMeta' => 
39   array (
40     'form' => 
41     array (
42       'hidden' => 
43       array (
44         0 => '<input type="hidden" name="opportunity_id" value="{$smarty.request.opportunity_id}">',
45         1 => '<input type="hidden" name="case_id" value="{$smarty.request.case_id}">',
46         2 => '<input type="hidden" name="bug_id" value="{$smarty.request.bug_id}">',
47         3 => '<input type="hidden" name="email_id" value="{$smarty.request.email_id}">',
48         4 => '<input type="hidden" name="inbound_email_id" value="{$smarty.request.inbound_email_id}">',
49       ),
50     ),
51     'maxColumns' => '2',
52     'widths' => 
53     array (
54       0 => 
55       array (
56         'label' => '10',
57         'field' => '30',
58       ),
59       1 => 
60       array (
61         'label' => '10',
62         'field' => '30',
63       ),
64     ),
65   ),
66   'panels' => 
67   array (
68     'lbl_contact_information' => 
69     array (
70       0 => 
71       array (
72         0 => 
73         array (
74           'name' => 'first_name',
75           '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}">',
76           'label' => 'LBL_FIRST_NAME',
77         ),
78         1 => 
79         array (
80           'name' => 'last_name',
81           'displayParams' => 
82           array (
83             'required' => true,
84           ),
85           'label' => 'LBL_LAST_NAME',
86         ),
87       ),
88       1 => 
89       array (
90         0 => 
91         array (
92           'name' => 'personeels_id_c',
93           'label' => 'LBL_PERSONEELS_ID',
94         ),
95         1 => 
96         array (
97           'name' => 'account_name',
98           'displayParams' => 
99           array (
100             'key' => 'billing',
101             'copy' => 'primary',
102             'billingKey' => 'primary',
103             'additionalFields' => 
104             array (
105               'phone_office' => 'phone_work',
106             ),
107           ),
108           'label' => 'LBL_ACCOUNT_NAME',
109         ),
110       ),
111       2 => 
112       array (
113         0 => 
114         array (
115           'name' => 'phone_work',
116           'label' => 'LBL_OFFICE_PHONE',
117         ),
118         1 => 
119         array (
120           'name' => 'phone_mobile',
121           'label' => 'LBL_MOBILE_PHONE',
122         ),
123       ),
124       3 => 
125       array (
126         0 => 
127         array (
128           'name' => 'phone_other',
129           'label' => 'LBL_OTHER_PHONE',
130         ),
131         1 => 
132         array (
133           'name' => 'lead_source',
134           'label' => 'LBL_LEAD_SOURCE',
135         ),
136       ),
137       4 => 
138       array (
139         0 => 
140         array (
141           'name' => 'phone_home',
142           'label' => 'LBL_HOME_PHONE',
143         ),
144         1 => 
145         array (
146           'name' => 'phone_fax',
147           'label' => 'LBL_FAX_PHONE',
148         ),
149       ),
150       5 => 
151       array (
152         0 => 
153         array (
154           'name' => 'department',
155           'label' => 'LBL_DEPARTMENT',
156         ),
157         1 => 
158         array (
159           'name' => 'title',
160           'label' => 'LBL_TITLE',
161         ),
162       ),
163       6 => 
164       array (
165         0 => 
166         array (
167           'name' => 'report_to_name',
168           'label' => 'LBL_REPORTS_TO',
169         ),
170         1 => 
171         array (
172           'name' => 'contactpersoon_c',
173           'label' => 'LBL_CONTACTPERSOON',
174         ),
175       ),
176       7 => 
177       array (
178         0 => 
179         array (
180           'name' => 'birthdate',
181           'label' => 'LBL_BIRTHDATE',
182         ),
183         1 => 
184         array (
185           'name' => 'assigned_user_name',
186           'label' => 'LBL_ASSIGNED_TO_NAME',
187         ),
188       ),
189       8 => 
190       array (
191         0 => 
192         array (
193           'name' => 'sync_contact',
194           'label' => 'LBL_SYNC_CONTACT',
195         ),
196         1 => 
197         array (
198           'name' => 'team_name',
199           'displayParams' => 
200           array (
201             'display' => true,
202           ),
203           'label' => 'LBL_TEAM',
204         ),
205       ),
206     ),
207     'lbl_address_information' => 
208     array (
209       0 => 
210       array (
211         0 => 
212         array (
213           'name' => 'nulmeting_sturen_c',
214           'studio' => 'visible',
215           'label' => 'LBL_NULMETING_STUREN',
216         ),
217         1 => 
218         array (
219           'name' => 'datum_nulmeeting_verzonden_c',
220           'label' => 'LBL_DATUM_NULMEETING_VERZONDEN',
221         ),
222       ),
223       1 => 
224       array (
225         0 => 
226         array (
227           'name' => 'deelnemende_bedrijven_c',
228           'studio' => 'visible',
229           'label' => 'LBL_DEELNEMENDE_BEDRIJVEN',
230         ),
231       ),
232     ),
233     'lbl_panel1' => 
234     array (
235       0 => 
236       array (
237         0 => 
238         array (
239           'name' => 'primary_address_street',
240           'label' => 'LBL_PRIMARY_ADDRESS_STREET',
241         ),
242         1 => 
243         array (
244           'name' => 'alt_address_street',
245           'label' => 'LBL_ALT_ADDRESS_STREET',
246         ),
247       ),
248       1 => 
249       array (
250         0 => 
251         array (
252           'name' => 'primary_address_postalcode',
253           'label' => 'LBL_PRIMARY_ADDRESS_POSTALCODE',
254         ),
255         1 => 
256         array (
257           'name' => 'alt_address_postalcode',
258           'label' => 'LBL_ALT_ADDRESS_POSTALCODE',
259         ),
260       ),
261       2 => 
262       array (
263         0 => 
264         array (
265           'name' => 'primary_address_city',
266           'label' => 'LBL_PRIMARY_ADDRESS_CITY',
267         ),
268         1 => 
269         array (
270           'name' => 'alt_address_city',
271           'label' => 'LBL_ALT_ADDRESS_CITY',
272         ),
273       ),
274     ),
275     'lbl_email_addresses' => 
276     array (
277       0 => 
278       array (
279         0 => 
280         array (
281           'name' => 'email1',
282           'label' => 'LBL_EMAIL_ADDRESS',
283         ),
284       ),
285     ),
286     'lbl_description_information' => 
287     array (
288       0 => 
289       array (
290         0 => 
291         array (
292           'name' => 'description',
293           'displayParams' => 
294           array (
295             'rows' => 6,
296             'cols' => 80,
297           ),
298           'label' => 'LBL_DESCRIPTION',
299         ),
300       ),
301     ),
302   ),
303 );
304 ?>