]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Contacts/metadata/editviewdefs.php
Release 6.5.0
[Github/sugarcrm.git] / 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-2012 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" id="salutation" options=$fields.salutation.options selected=$fields.salutation.value}' 
59               . '&nbsp;<input name="first_name"  id="first_name" size="25" maxlength="25" type="text" value="{$fields.first_name.value}">',
60               ),
61           
62
63         ),
64         array (
65           array (
66             'name' => 'last_name',
67           ),
68           array (
69             'name' => 'phone_work',
70             'comment' => 'Work phone number of the contact',
71             'label' => 'LBL_OFFICE_PHONE',
72           ),
73         ),
74
75         array (
76
77           array (
78             'name' => 'title',
79             'comment' => 'The title of the contact',
80             'label' => 'LBL_TITLE',
81           ),
82           array (
83             'name' => 'phone_mobile',
84             'comment' => 'Mobile phone number of the contact',
85             'label' => 'LBL_MOBILE_PHONE',
86           ),
87
88         ),
89
90         array (
91           'department',
92           array (
93             'name' => 'phone_fax',
94             'comment' => 'Contact fax number',
95             'label' => 'LBL_FAX_PHONE',
96           ),
97         ),
98         array(
99           array (
100             'name' => 'account_name',
101             'displayParams' =>
102             array (
103               'key' => 'billing',
104               'copy' => 'primary',
105               'billingKey' => 'primary',
106               'additionalFields' =>
107               array (
108                 'phone_office' => 'phone_work',
109               ),
110             ),
111           ),
112         ),
113
114         array (
115
116           array (
117             'name' => 'primary_address_street',
118             'hideLabel' => true,
119             'type' => 'address',
120             'displayParams' =>
121             array (
122               'key' => 'primary',
123               'rows' => 2,
124               'cols' => 30,
125               'maxlength' => 150,
126             ),
127           ),
128
129           array (
130             'name' => 'alt_address_street',
131             'hideLabel' => true,
132             'type' => 'address',
133             'displayParams' =>
134             array (
135               'key' => 'alt',
136               'copy' => 'primary',
137               'rows' => 2,
138               'cols' => 30,
139               'maxlength' => 150,
140             ),
141           ),
142         ),
143
144         array (
145
146           array (
147             'name' => 'email1',
148             'studio' => 'false',
149             'label' => 'LBL_EMAIL_ADDRESS',
150           ),
151         ),
152
153         array (
154
155           array (
156             'name' => 'description',
157             'label' => 'LBL_DESCRIPTION',
158           ),
159         ),
160       ),
161
162
163       'LBL_PANEL_ADVANCED' =>
164       array (
165
166         array (
167
168           array (
169             'name' => 'report_to_name',
170             'label' => 'LBL_REPORTS_TO',
171           ),
172
173           array (
174             'name' => 'sync_contact',
175             'comment' => 'Synch to outlook?  (Meta-Data only)',
176             'label' => 'LBL_SYNC_CONTACT',
177           ),
178         ),
179
180         array (
181
182           array (
183             'name' => 'lead_source',
184             'comment' => 'How did the contact come about',
185             'label' => 'LBL_LEAD_SOURCE',
186           ),
187
188           array (
189             'name' => 'do_not_call',
190             'comment' => 'An indicator of whether contact can be called',
191             'label' => 'LBL_DO_NOT_CALL',
192           ),
193         ),
194
195         array (
196               'campaign_name',
197         ),
198       ),
199
200
201
202       'LBL_PANEL_ASSIGNMENT' =>
203       array (
204         array (
205           array (
206             'name' => 'assigned_user_name',
207             'label' => 'LBL_ASSIGNED_TO_NAME',
208           ),
209         ),
210       ),
211     )
212 );
213 ?>