]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Prospects/metadata/detailviewdefs.php
Release 6.5.0
[Github/sugarcrm.git] / modules / Prospects / metadata / detailviewdefs.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['Prospects']['DetailView'] = array(
38 'templateMeta' => array('form' => array('buttons' => array('EDIT', 'DUPLICATE', 'DELETE',
39                                                      array('customCode' => '<input title="{$MOD.LBL_CONVERT_BUTTON_TITLE}" class="button" onclick="this.form.return_module.value=\'Prospects\'; this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\';this.form.module.value=\'Leads\';this.form.action.value=\'EditView\';" type="submit" name="CONVERT_LEAD_BTN" value="{$MOD.LBL_CONVERT_BUTTON_LABEL}"/>',
40                                                          //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
41                                                          'sugar_html' => array(
42                                                              'type' => 'submit',
43                                                              'value' => '{$MOD.LBL_CONVERT_BUTTON_LABEL}',
44                                                              'htmlOptions' => array(
45                                                                  'class' => 'button',
46                                                                  'name' => 'CONVERT_LEAD_BTN',
47                                                                  'id' => 'convert_target_button',
48                                                                  'title' => '{$MOD.LBL_CONVERT_BUTTON_TITLE}',
49                                                                  'onclick' => 'this.form.return_module.value=\'Prospects\'; this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\';this.form.module.value=\'Leads\';this.form.action.value=\'EditView\';',
50                                                              ),
51                                                          )
52                                                      ),
53                                                      array('customCode' => '<input title="{$APP.LBL_MANAGE_SUBSCRIPTIONS}" class="button" onclick="this.form.return_module.value=\'Prospects\'; this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\'; this.form.action.value=\'Subscriptions\'; this.form.module.value=\'Campaigns\';" type="submit" name="Manage Subscriptions" value="{$APP.LBL_MANAGE_SUBSCRIPTIONS}"/>',
54                                                          //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
55                                                          'sugar_html' => array(
56                                                              'type' => 'submit',
57                                                              'value' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
58                                                              'htmlOptions' => array(
59                                                                  'class' => 'button',
60                                                                  'id' => 'manage_subscriptions_button',
61                                                                  'name' => 'Manage Subscriptions',
62                                                                  'title' => '{$APP.LBL_MANAGE_SUBSCRIPTIONS}',
63                                                                  'onclick' => 'this.form.return_module.value=\'Prospects\'; this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\'; this.form.action.value=\'Subscriptions\'; this.form.module.value=\'Campaigns\';',
64                                                              ),
65                                                          )
66                                                      ),
67                                        ),
68                                         'hidden'=>array('<input type="hidden" name="prospect_id" value="{$fields.id.value}">'),
69                                                         'headerTpl'=>'modules/Prospects/tpls/DetailViewHeader.tpl',
70                         ),
71                         'maxColumns' => '2',
72                         'widths' => array(
73                                         array('label' => '10', 'field' => '30'), 
74                                         array('label' => '10', 'field' => '30')
75                                         ),
76                         ),
77 'panels' =>array (
78   'lbl_prospect_information' => array(
79   array (
80     array (
81     'name'=>'full_name',
82     ),
83   ),
84
85   array (
86     'title',
87     array (
88       'name' => 'phone_work',
89       'label' => 'LBL_OFFICE_PHONE',
90     ),
91   ),
92   
93   array (
94     'department',
95     'phone_mobile',
96   ),
97   
98   array (
99     array (
100         'name' => 'account_name',
101     ),  
102         'phone_fax',
103   ),
104   
105   array (
106       array (
107               'name' => 'primary_address_street',
108               'label'=> 'LBL_PRIMARY_ADDRESS',
109               'type' => 'address',
110               'displayParams'=>array('key'=>'primary'),
111       ),
112       
113       array (
114               'name' => 'alt_address_street',
115               'label'=> 'LBL_ALTERNATE_ADDRESS',
116               'type' => 'address',
117               'displayParams'=>array('key'=>'alt'),      
118       ),
119   ),
120   
121   array (
122     'email1',
123   ),
124   
125   array (
126     'description',
127   ),
128   
129   ),
130   'LBL_MORE_INFORMATION' => array(
131     array (
132     'email_opt_out',
133     'do_not_call',
134   ),
135     ),
136   'LBL_PANEL_ASSIGNMENT' => array(
137   array (
138       'assigned_user_name',
139     array (
140       'name' => 'modified_by_name',
141       'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}&nbsp;',
142       'label' => 'LBL_DATE_MODIFIED',
143     ),
144   ),
145   
146   array (
147     array (
148       'name' => 'created_by_name',
149       'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}&nbsp;',
150       'label' => 'LBL_DATE_ENTERED',
151     ),
152   ),
153   ),
154   
155   
156   
157   
158 )
159
160
161    
162 );
163 ?>