]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Project/metadata/detailviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / 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
38
39
40 $viewdefs['Project']['DetailView'] = array(
41         'templateMeta' => array( 
42                 'maxColumns' => '2',
43                 'widths' => array(      
44                         array('label' => '10', 'field' => '30'),
45                         array('label' => '10', 'field' => '30')
46                 ),
47                 'includes'=> array(
48                          array('file'=>'modules/Project/Project.js'),
49                 ),
50                 'form' => array(
51                         'buttons'=> array(
52                                 array( 'customCode' =>
53                                         '<input title="{$APP.LBL_EDIT_BUTTON_TITLE}" ' .
54                                         'accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="button" type="submit" ' .
55                                         'name="Edit" id="edit_button" value="{$APP.LBL_EDIT_BUTTON_LABEL}"'.
56                                         '{if $IS_TEMPLATE}'.
57                                                 'onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ProjectTemplatesDetailView\'; this.form.return_id.value=\'{$id}\'; this.form.action.value=\'ProjectTemplatesEditView\';"'.
58                                         '{else}'.
59                                                 '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}'.
60                                         '"/>', 
61                                 ),
62                                 array( 'customCode' =>
63                                         '<input title="{$APP.LBL_DELETE_BUTTON_TITLE}" ' .
64                                         'accessKey="{$APP.LBL_DELETE_BUTTON_KEY}" class="button" type="submit" ' .
65                                         'name="Delete" id="delete_button" value="{$APP.LBL_DELETE_BUTTON_LABEL}"'.
66                                         '{if $IS_TEMPLATE}'.
67                                                 'onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ProjectTemplatesListView\'; this.form.action.value=\'Delete\'; return confirm(\'{$APP.NTC_DELETE_CONFIRMATION}\');"'.
68                                         '{else}'.
69                                                 '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}'.
70                                         '"/>', 
71                                 ),
72                                                                 
73                                  array( 'customCode' =>
74                                         '<input title="{$APP.LBL_DUPLICATE_BUTTON_TITLE}" ' .
75                                         'accessKey="{$APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" type="submit" ' .
76                                         'name="Duplicate" id="duplicate_button" value="{$APP.LBL_DUPLICATE_BUTTON_LABEL}"'.
77                                         '{if $IS_TEMPLATE}'.
78                                                 'onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'ProjectTemplatesDetailView\'; this.form.isDuplicate.value=true; this.form.action.value=\'projecttemplateseditview\'; this.form.return_id.value=\'{$id}\';"'.
79                                         '{else}'.
80                                                 'onclick="this.form.return_module.value=\'Project\'; this.form.return_action.value=\'DetailView\'; this.form.isDuplicate.value=true; this.form.action.value=\'EditView\'; this.form.return_id.value=\'{$id}\';" {/if}'.
81                                         '"/>', 
82                                 ),
83
84                         ),
85                 ),
86         ),
87         'panels' => array ( 
88           'lbl_project_information' =>
89           array (
90                         array ( 
91                                 'name', 
92                                 'status', ),
93                         array (
94                                 array ( 
95                                         'name' => 'estimated_start_date',
96                                         'label' => 'LBL_DATE_START',
97                                 ),
98                                 'priority',
99                         ),
100                         array (
101                             array (
102                                         'name' => 'estimated_end_date',
103                                         'label' => 'LBL_DATE_END',
104                                   ),
105                                 ),
106                         array (
107                                 'description',
108                         ),
109           ),                            
110           'LBL_PANEL_ASSIGNMENT' => 
111           array (
112                 array (
113                   array (
114                         'name' => 'assigned_user_name',
115                         'label' => 'LBL_ASSIGNED_TO',
116                   ),
117                   array (
118                         'name' => 'modified_by_name',
119                         'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}&nbsp;',
120                         'label' => 'LBL_DATE_MODIFIED',
121                   ),
122                 ),
123                 array (
124                         array (
125                                 'name' => 'created_by_name',
126                                 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}&nbsp;',
127                                 'label' => 'LBL_DATE_ENTERED',
128                         ),
129                 ),
130           ),                                            
131         ),
132 );
133 ?>