]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/editviewdefs.php
Added unit tests.
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / ce_metadata_files / 600 / modules / Contacts / metadata / editviewdefs.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']['EditView'] = array(
38     'templateMeta' => array('form'=>array('hidden'=>array('<input type="hidden" name="opportunity_id" value="{$smarty.request.opportunity_id}">',
39                                                                                                   '<input type="hidden" name="case_id" value="{$smarty.request.case_id}">',
40                                                                                                   '<input type="hidden" name="bug_id" value="{$smarty.request.bug_id}">',
41                                                                                                   '<input type="hidden" name="email_id" value="{$smarty.request.email_id}">',
42                                                                                                   '<input type="hidden" name="inbound_email_id" value="{$smarty.request.inbound_email_id}">')),
43                                                         'maxColumns' => '2', 
44                             'widths' => array(
45                                             array('label' => '10', 'field' => '30'), 
46                                             array('label' => '10', 'field' => '30'),
47                                         ),
48 ),
49
50
51     'panels' => 
52     array (
53       'lbl_contact_information' => 
54       array (
55         array (
56           array (
57             'name' => 'first_name',
58             '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}">',
59           ),
60           
61
62         ),
63         array (
64           array (
65             'name' => 'last_name',
66             'displayParams' => 
67             array (
68               'required' => true,
69             ),
70           ),
71           array (
72             'name' => 'phone_mobile',
73             'comment' => 'Mobile phone number of the contact',
74             'label' => 'LBL_MOBILE_PHONE',
75           ),   
76         ),
77
78         array (
79
80           array (
81             'name' => 'title',
82             'comment' => 'The title of the contact',
83             'label' => 'LBL_TITLE',
84           ),
85           
86           array (
87             'name' => 'phone_work',
88             'comment' => 'Work phone number of the contact',
89             'label' => 'LBL_OFFICE_PHONE',
90           ),          
91                     
92         ),
93
94         array (
95           'department',
96           array (
97             'name' => 'phone_fax',
98             'comment' => 'Contact fax number',
99             'label' => 'LBL_FAX_PHONE',
100           ),
101         ),
102         array(
103           array (
104             'name' => 'account_name',
105             'displayParams' => 
106             array (
107               'key' => 'billing',
108               'copy' => 'primary',
109               'billingKey' => 'primary',
110               'additionalFields' => 
111               array (
112                 'phone_office' => 'phone_work',
113               ),
114             ),
115           ),  
116         ),
117
118         array (
119
120           array (
121             'name' => 'primary_address_street',
122             'hideLabel' => true,
123             'type' => 'address',
124             'displayParams' => 
125             array (
126               'key' => 'primary',
127               'rows' => 2,
128               'cols' => 30,
129               'maxlength' => 150,
130             ),
131           ),
132
133           array (
134             'name' => 'alt_address_street',
135             'hideLabel' => true,
136             'colspan' => 2,
137             'type' => 'address',
138             'displayParams' => 
139             array (
140               'key' => 'alt',
141               'copy' => 'primary',
142               'rows' => 2,
143               'cols' => 30,
144               'maxlength' => 150,
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             'label' => 'LBL_DESCRIPTION',
163           ),
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               'campaign_name',
202         ),
203       ),
204       
205       
206       
207       'LBL_PANEL_ASSIGNMENT' => 
208       array (
209         array (
210         
211         
212           array (
213             'name' => 'assigned_user_name',
214             'label' => 'LBL_ASSIGNED_TO_NAME',
215           ),
216         ),
217       ),
218     )
219 );
220 ?>