]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calls/metadata/detailviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / modules / Calls / metadata / detailviewdefs.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 ['Calls'] = 
39 array (
40   'DetailView' => 
41   array (
42     'templateMeta' => 
43     array (
44       'form' => 
45       array (
46         'buttons' => 
47         array (
48           0 => 'EDIT',
49           1 => 'DUPLICATE',
50           2 => 'DELETE',
51           3 => 
52           array (
53             'customCode' => '{if $fields.status.value != "Held"} <input type="hidden" name="isSaveAndNew" value="false">  <input type="hidden" name="status" value="">  <input type="hidden" name="isSaveFromDetailView" value="true">  <input title="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}"  accesskey="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_KEY}"  class="button"  onclick="this.form.status.value=\'Held\'; this.form.action.value=\'Save\';this.form.return_module.value=\'Calls\';this.form.isDuplicate.value=true;this.form.isSaveAndNew.value=true;this.form.return_action.value=\'EditView\'; this.form.return_id.value=\'{$fields.id.value}\'"  name="button"  value="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}"  type="submit">{/if}',
54           ),
55           4 => 
56           array (
57             'customCode' => '{if $fields.status.value != "Held"} <input type="hidden" name="isSave" value="false">  <input title="{$APP.LBL_CLOSE_BUTTON_TITLE}"  accesskey="{$APP.LBL_CLOSE_BUTTON_KEY}"  class="button"  onclick="this.form.status.value=\'Held\'; this.form.action.value=\'Save\';this.form.return_module.value=\'Calls\';this.form.isSave.value=true;this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\'"  name="button1"  value="{$APP.LBL_CLOSE_BUTTON_TITLE}"  type="submit">{/if}',
58           ),
59         ),
60       ),
61       'maxColumns' => '2',
62       'widths' => 
63       array (
64         0 => 
65         array (
66           'label' => '10',
67           'field' => '30',
68         ),
69         1 => 
70         array (
71           'label' => '10',
72           'field' => '30',
73         ),
74       ),
75       'useTabs' => false,
76     ),
77     'panels' => 
78     array (
79       'lbl_call_information' => 
80       array (
81         array (
82           array (
83             'name' => 'name',
84             'label' => 'LBL_SUBJECT',
85           ),
86           1 => 
87           array (
88             'name' => 'direction',
89             'customCode' => '{$fields.direction.options[$fields.direction.value]} {$fields.status.options[$fields.status.value]}',
90             'label' => 'LBL_STATUS',
91           ),
92         ), 
93         array (
94           array (
95             'name' => 'date_start',
96             'customCode' => '{$fields.date_start.value} {$fields.time_start.value}&nbsp;',
97             'label' => 'LBL_DATE_TIME',
98           ),
99           array (
100             'name' => 'parent_name',
101             'customLabel' => '{sugar_translate label=\'LBL_MODULE_NAME\' module=$fields.parent_type.value}',
102           ),
103         ),
104         array (
105           array (
106             'name' => 'duration_hours',
107             'customCode' => '{$fields.duration_hours.value}{$MOD.LBL_HOURS_ABBREV} {$fields.duration_minutes.value}{$MOD.LBL_MINSS_ABBREV}&nbsp;',
108             'label' => 'LBL_DURATION',
109           ),
110           array (
111             'name' => 'reminder_checked',
112             'fields' => 
113             array (
114               'reminder_checked',
115               'reminder_time',
116             ),
117           ),
118         ),
119         array (
120           array (
121             'name' => 'description',
122             'comment' => 'Full text of the note',
123             'label' => 'LBL_DESCRIPTION',
124           ),
125         ),
126       ),
127       'LBL_PANEL_ASSIGNMENT' => 
128       array (
129         array (
130           array (
131             'name' => 'assigned_user_name',
132             'customCode' => '{$fields.assigned_user_name.value}',
133             'label' => 'LBL_ASSIGNED_TO',
134           ),
135         ),
136         array (
137           array (
138             'name' => 'date_modified',
139             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}&nbsp;',
140             'label' => 'LBL_DATE_MODIFIED',
141           ),
142           array (
143             'name' => 'date_entered',
144             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}&nbsp;',
145             'label' => 'LBL_DATE_ENTERED',
146           ),
147         ),
148       ),
149     ),
150   ),
151 );
152 ?>