]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/551/modules/Meetings/metadata/detailviewdefs.php
Release 6.3.1
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / od_metadata_files / 551 / 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-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 $viewdefs['Meetings']['DetailView'] = array(
38         'templateMeta' => array('form'=>array('buttons'=>array('EDIT', 'DUPLICATE', 'DELETE',
39                                                          array('customCode'=>'{if $fields.status.value != "Held"}' .
40                                                                  ' <input type="hidden" name="isSaveAndNew" value="false"> ' .
41                                                                  ' <input type="hidden" name="status" value=""> ' .
42                                                                      ' <input type="hidden" name="isSaveFromDetailView" value="true"> ' .
43                                                                          ' <input title="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}" ' .
44                                                                          ' accesskey="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_KEY}" ' .
45                                                                          ' class="button" ' .
46                                                                          ' 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}\';" ' .
47                                                                          ' name="button" ' .
48                                                                          ' value="{$APP.LBL_CLOSE_AND_CREATE_BUTTON_TITLE}" ' .
49                                                                          ' type="submit">{/if}'),
50                                                      array('customCode'=>'{if $fields.status.value != "Held"}' .
51                                                                  ' <input type="hidden" name="isSave" value="false"> ' .
52                                                                  ' <input title="{$APP.LBL_CLOSE_BUTTON_TITLE}" ' .
53                                                                  ' accesskey="{$APP.LBL_CLOSE_BUTTON_KEY}" ' .
54                                                                  ' class="button" ' .
55                                                                  ' 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}\'" ' .
56                                                                  ' name="button1" ' .
57                                                                  ' value="{$APP.LBL_CLOSE_BUTTON_TITLE}" ' .
58                                                                  ' type="submit">{/if}'),)),
59                                                         'maxColumns' => '2',
60                                 'widths' => array(
61                                         array('label' => '10', 'field' => '30'),
62                                         array('label' => '10', 'field' => '30')
63                                         ),
64                         ),
65         'panels' =>array (
66                         array (
67                                 array ( 'name' => 'name','label' => 'LBL_SUBJECT',),
68                         'status',
69                         ),
70                         array (
71                 'location',
72                                 array ('name' => 'parent_name', 
73                     'customLabel' => '{sugar_translate label=\'LBL_MODULE_NAME\' module=$fields.parent_type.value}',),
74                         ),
75                         array (
76                                 array ('name' =>'date_start', 'label' => 'LBL_DATE_TIME'),
77                                 array (
78                                    'name' => 'duration_hours',
79                                     'customCode' => '{$fields.duration_hours.value}{$MOD.LBL_HOURS_ABBREV} {$fields.duration_minutes.value}{$MOD.LBL_MINSS_ABBREV}&nbsp;',
80                    'label' => 'LBL_DURATION',
81                         ),
82                         ),
83                         array (
84                                 array (
85                                 'name' => 'modified_by_name',
86                                 'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}&nbsp;',
87                                 'label' => 'LBL_DATE_MODIFIED',
88                         ),
89                         ),
90                         array (
91                                 array ('name' => 'assigned_user_name','label' => 'LBL_ASSIGNED_TO',),
92                                 array (
93                                 'name' => 'created_by_name',
94                                 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}&nbsp;',
95                                 'label' => 'LBL_DATE_ENTERED',
96                         ),
97                         ),
98                         array (
99                                  array(
100                        'name'=>'reminder_checked',
101                        'fields'=>array('reminder_checked', 'reminder_time')
102                       ),
103                         'description',
104                         ),
105         )
106 );
107 ?>