]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Meetings/metadata/detailviewdefs.php
Release 6.5.0
[Github/sugarcrm.git] / modules / Meetings / 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 ['Meetings'] = 
38 array (
39   'DetailView' => 
40   array (
41     'templateMeta' => 
42     array (
43       'form' => 
44       array (
45         'buttons' => 
46         array (
47           0 => 'EDIT',
48           1 => 'DUPLICATE',
49           2 => 'DELETE',
50           3 => 
51           array (
52             'customCode' => '{if $fields.status.value != "Held" && $bean->aclAccess("edit")} <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}"   class="button"  onclick="this.form.status.value=\'Held\'; this.form.action.value=\'Save\';this.form.return_module.value=\'Meetings\';this.form.isDuplicate.value=true;this.form.isSaveAndNew.value=true;this.form.return_action.value=\'EditView\'; this.form.isDuplicate.value=true;this.form.return_id.value=\'{$fields.id.value}\';" id="close_create_button" name="button"  value="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}"  type="submit">{/if}',
53               //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
54               'sugar_html' => array(
55                   'type' => 'submit',
56                   'value' => '{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}',
57                   'htmlOptions' => array(
58                       'title' => '{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}',
59                       'name' => '{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}',
60                       'class' => 'button',
61                       'id' => 'close_create_button',
62                       'onclick' => 'this.form.isSaveFromDetailView.value=true; this.form.status.value=\'Held\'; this.form.action.value=\'Save\';this.form.return_module.value=\'Meetings\';this.form.isDuplicate.value=true;this.form.isSaveAndNew.value=true;this.form.return_action.value=\'EditView\'; this.form.isDuplicate.value=true;this.form.return_id.value=\'{$fields.id.value}\';',
63
64                   ),
65                   'template' => '{if $fields.status.value != "Held" && $bean->aclAccess("edit")}[CONTENT]{/if}',
66               ),
67           ),
68           4 => 
69           array (
70             'customCode' => '{if $fields.status.value != "Held" && $bean->aclAccess("edit")} <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=\'Meetings\';this.form.isSave.value=true;this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\'"  id="close_button" name="button1"  value="{$APP.LBL_CLOSE_BUTTON_TITLE}"  type="submit">{/if}',
71               //Bug#51778: The custom code will be replaced with sugar_html. customCode will be deplicated.
72               'sugar_html' => array(
73                   'type' => 'submit',
74                   'value' => '{$APP.LBL_CLOSE_BUTTON_TITLE}',
75                   'htmlOptions' => array(
76                       'title' => '{$APP.LBL_CLOSE_BUTTON_TITLE}',
77                       'accesskey' => '{$APP.LBL_CLOSE_BUTTON_KEY}',
78                       'class' => 'button',
79                       'onclick' => 'this.form.status.value=\'Held\'; this.form.action.value=\'Save\';this.form.return_module.value=\'Meetings\';this.form.isSave.value=true;this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$fields.id.value}\';',
80                       'name' => '{$APP.LBL_CLOSE_BUTTON_TITLE}',
81                       'id' => 'close_button',
82                   ),
83                   'template' => '{if $fields.status.value != "Held" && $bean->aclAccess("edit")}[CONTENT]{/if}',
84               ),
85           ),
86         ),
87         'hidden' => array(
88             '<input type="hidden" name="isSaveAndNew">',
89             '<input type="hidden" name="status">',
90             '<input type="hidden" name="isSaveFromDetailView">',
91             '<input type="hidden" name="isSave">',
92         ),
93         'headerTpl' => 'modules/Meetings/tpls/detailHeader.tpl',
94       ),
95       'maxColumns' => '2',
96       'widths' => 
97       array (
98         0 => 
99         array (
100           'label' => '10',
101           'field' => '30',
102         ),
103         1 => 
104         array (
105           'label' => '10',
106           'field' => '30',
107         ),
108       ),
109       'useTabs' => false,
110     ),
111     'panels' => 
112     array (
113       'lbl_meeting_information' => 
114       array (
115         array (
116           array (
117             'name' => 'name',
118             'label' => 'LBL_SUBJECT',
119           ),
120           'status',
121         ),
122         array (
123           array (
124             'name' => 'date_start',
125             'label' => 'LBL_DATE_TIME',
126           ),
127         ),
128         array (
129           array (
130             'name' => 'duration_hours',
131             'customCode' => '{$fields.duration_hours.value}{$MOD.LBL_HOURS_ABBREV} {$fields.duration_minutes.value}{$MOD.LBL_MINSS_ABBREV} ',
132             'label' => 'LBL_DURATION',
133           ),
134           array (
135             'name' => 'parent_name',
136             'customLabel' => '{sugar_translate label=\'LBL_MODULE_NAME\' module=$fields.parent_type.value}',
137           ),
138         ),
139         array (
140           array(
141             'name' => 'reminder_time',
142             'customCode' => '{include file="modules/Meetings/tpls/reminders.tpl"}',
143             'label' => 'LBL_REMINDER',
144             ),
145           'location',
146         ),
147         array (
148           'description',
149         ),
150       ),
151       'LBL_PANEL_ASSIGNMENT' => 
152       array (
153         array (
154           array (
155             'name' => 'assigned_user_name',
156             'label' => 'LBL_ASSIGNED_TO',
157           ),
158           array (
159             'name' => 'date_modified',
160             'label' => 'LBL_DATE_MODIFIED',
161             'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}',
162           ),
163
164         ),
165         array (
166           array (
167             'name' => 'date_entered',
168             'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}',
169           ),
170         ),
171       ),
172     ),
173   ),
174 );
175 ?>