]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/quickcreatedefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / ce_metadata_files / custom / modules / Contacts / metadata / quickcreatedefs.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   'QuickCreate' => 
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           5 => '<input type="hidden" name="reports_to_id" value="{$smarty.request.contact_id}">',
54           6 => '<input type="hidden" name="report_to_name" value="{$smarty.request.contact_name}">',
55         ),
56       ),
57       'maxColumns' => '2',
58       'widths' => 
59       array (
60         0 => 
61         array (
62           'label' => '10',
63           'field' => '30',
64         ),
65         1 => 
66         array (
67           'label' => '10',
68           'field' => '30',
69         ),
70       ),
71       'useTabs' => false,
72     ),
73     'panels' => 
74     array (
75       'default' => 
76       array (
77         0 => 
78         array (
79           0 => 
80           array (
81             'name' => 'first_name',
82           ),
83           1 => 
84           array (
85             'name' => 'account_name',
86           ),
87         ),
88         1 => 
89         array (
90           0 => 
91           array (
92             'name' => 'last_name',
93             'displayParams' => 
94             array (
95               'required' => true,
96             ),
97           ),
98           1 => 
99           array (
100             'name' => 'phone_work',
101           ),
102         ),
103         2 => 
104         array (
105           0 => 
106           array (
107             'name' => 'title',
108           ),
109           1 => 
110           array (
111             'name' => 'phone_mobile',
112           ),
113         ),
114         3 => 
115         array (
116           0 => 
117           array (
118             'name' => 'phone_fax',
119           ),
120           1 => 
121           array (
122             'name' => 'do_not_call',
123           ),
124         ),
125         4 => 
126         array (
127           0 => 
128           array (
129             'name' => 'email1',
130           ),
131           1 => 
132           array (
133             'name' => 'lead_source',
134           ),
135         ),
136         5 => 
137         array (
138           0 => 
139           array (
140             'name' => 'assigned_user_name',
141           ),
142         ),
143         6 => 
144         array (
145           0 => 
146           array (
147             'name' => 'test_c',
148             'label' => 'LBL_TEST',
149           ),
150           1 => 
151           array (
152             'name' => 'test2_c',
153             'label' => 'LBL_TEST2',
154           ),
155         ),
156       ),
157     ),
158   ),
159 );
160 ?>