]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Project/metadata/detailviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / od_metadata_files / custom / modules / Project / 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['Project']['DetailView'] = array (
38   'templateMeta' => 
39   array (
40     'maxColumns' => '2',
41     'widths' => 
42     array (
43       0 => 
44       array (
45         'label' => '10',
46         'field' => '30',
47       ),
48       1 => 
49       array (
50         'label' => '10',
51         'field' => '30',
52       ),
53     ),
54     'includes' => 
55     array (
56       0 => 
57       array (
58         'file' => 'modules/Project/Project.js',
59       ),
60     ),
61     'form' => 
62     array (
63       'buttons' => 
64       array (
65         0 => 
66         array (
67           'customCode' => '<input title="{$APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="button" type="submit" name="Edit" id="edit_button" value="{$APP.LBL_EDIT_BUTTON_LABEL}"{if $IS_TEMPLATE}onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ProjectTemplatesDetailView\'; this.form.return_id.value=\'{$id}\'; this.form.action.value=\'ProjectTemplatesEditView\';"{else}onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'DetailView\'; this.form.return_id.value=\'{$id}\'; this.form.action.value=\'EditView\';" {/if}"/>',
68         ),
69         1 => 
70         array (
71           'customCode' => '<input title="{$APP.LBL_DELETE_BUTTON_TITLE}" accessKey="{$APP.LBL_DELETE_BUTTON_KEY}" class="button" type="submit" name="Delete" id="delete_button" value="{$APP.LBL_DELETE_BUTTON_LABEL}"{if $IS_TEMPLATE}onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ProjectTemplatesListView\'; this.form.action.value=\'Delete\'; return confirm(\'{$APP.NTC_DELETE_CONFIRMATION}\');"{else}onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ListView\'; this.form.action.value=\'Delete\'; return confirm(\'{$APP.NTC_DELETE_CONFIRMATION}\');" {/if}"/>',
72         ),
73         2 => 
74         array (
75           'customCode' => '{if $EDIT_RIGHTS_ONLY}<input title="{$MOD.LBL_VIEW_GANTT_TITLE}" accessKey="{$APP.LBL_DELETE_BUTTON_KEY}" class="button" type="submit" name="EditProjectTasks" value="  {$MOD.LBL_VIEW_GANTT_TITLE}  " onclick="prep_edit_project_tasks(this.form);" />{/if}',
76         ),
77         3 => 
78         array (
79           'customCode' => '<input title="{$SAVE_AS}" accessKey="{$APP.LBL_DELETE_BUTTON_KEY}" class="button" type="submit" name="SaveAsTemplate" value="{$SAVE_AS}"{if $IS_TEMPLATE}onclick="prep_save_as_project(this.form)"{else}onclick="prep_save_as_template(this.form) {/if}"/>',
80         ),
81         4 => 
82         array (
83           'customCode' => '<input title="{$MOD.LBL_EXPORT_TO_MS_PROJECT}" class="button" type="submit" name="ExportToProject" value="  {$MOD.LBL_EXPORT_TO_MS_PROJECT}  " onclick="prep_export_to_project(this.form);"/>',
84         ),
85       ),
86     ),
87   ),
88   'panels' => 
89   array (
90     'lbl_panel_1' => 
91     array (
92       0 => 
93       array (
94         0 => 
95         array (
96           'name' => 'name',
97           'label' => 'LBL_NAME',
98         ),
99         1 => 
100         array (
101           'name' => 'status',
102           'label' => 'LBL_STATUS',
103         ),
104       ),
105       1 => 
106       array (
107         0 => 
108         array (
109           'name' => 'estimated_start_date',
110           'label' => 'LBL_DATE_START',
111         ),
112         1 => 
113         array (
114           'name' => 'estimated_end_date',
115           'label' => 'LBL_DATE_END',
116         ),
117       ),
118       2 => 
119       array (
120         0 => 
121         array (
122           'name' => 'assigned_user_name',
123           'label' => 'LBL_ASSIGNED_USER_ID',
124         ),
125         1 => 
126         array (
127           'name' => 'team_name',
128         ),
129       ),
130       3 => 
131       array (
132         0 => 
133         array (
134           'name' => 'priority',
135           'label' => 'LBL_PRIORITY',
136         ),
137       ),
138       4 => 
139       array (
140         0 => 
141         array (
142           'name' => 'description',
143           'label' => 'LBL_DESCRIPTION',
144         ),
145         1 => NULL,
146       ),
147       5 => 
148       array (
149         0 => 
150         array (
151           'name' => 'kiosk_kiosk_project_name',
152         ),
153       ),
154     ),
155   ),
156 );
157 ?>