]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Employees/metadata/editviewdefs.php
Release 6.2.0beta4
[Github/sugarcrm.git] / modules / Employees / metadata / editviewdefs.php
1 <?php
2 /*********************************************************************************
3  * SugarCRM 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['Employees']['EditView'] = array(
38     'templateMeta' => array('maxColumns' => '2',
39                             'widths' => array(
40                                             array('label' => '10', 'field' => '30'),
41                                             array('label' => '10', 'field' => '30')
42                                             ),
43                             ),
44  'panels' =>array (
45
46   'default'=>array (
47             array (
48               array('name' => 'employee_status',
49                      'customCode' => '
50 <select name="{$fields.employee_status.name}" id="{$fields.employee_status.name}"{if !empty($STATUS_DISABLE)} disabled{/if}>
51 {html_options options=$fields.employee_status.options selected=$fields.employee_status.value}
52 </select>'),
53             ),
54             array (
55               'first_name',
56               array('name'=>'last_name', 'displayParams'=>array('required'=>true)),
57             ),
58             array (
59               array(
60               'name'=>'title',
61               'customCode' => '{if $EDIT_REPORTS_TO}<input type="text" name="{$fields.title.name}" id="{$fields.title.name}" size="30" maxlength="50" value="{$fields.title.value}" title="">'.
62                               '{else}{$fields.title.value}<input type="hidden" name="{$fields.title.name}" id="{$fields.title.name}" value="{$fields.title.value}">{/if}'),
63               array('name'=>'phone_work','label'=>'LBL_OFFICE_PHONE'),
64             ),
65             array (
66               array(
67               'name'=>'department',
68               'customCode' => '{if $EDIT_REPORTS_TO}<input type="text" name="{$fields.department.name}" id="{$fields.department.name}" size="30" maxlength="50" value="{$fields.department.value}" title="">'.
69                               '{else}{$fields.department.value}<input type="hidden" name="{$fields.department.name}" id="{$fields.department.name}" value="{$fields.department.value}">{/if}'),
70               'phone_mobile',
71             ),
72             array (
73                 array(
74                         'name' => 'reports_to_name',
75                         'label' => 'LBL_REPORTS_TO_NAME',
76                         'customCode' => '{if $EDIT_REPORTS_TO}<input type="text" name="{$fields.reports_to_name.name}" class="sqsEnabled" tabindex="0" id="{$fields.reports_to_name.name}" size="" value="{$fields.reports_to_name.value}" title="" autocomplete="off" >{$REPORTS_TO_JS}'.
77                                                                 '<input type="hidden" name="{$fields.reports_to_id.name}" id="{$fields.reports_to_id.name}" value="{$fields.reports_to_id.value}">'.
78                                                                 ' <span class="id-ff multiple"><button type="button" name="btn_{$fields.reports_to_name.name}" tabindex="0" title="{$APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECT_BUTTON_KEY}" class="button firstChild" value="{$APP.LBL_SELECT_BUTTON_LABEL}" onclick=\'open_popup("{$fields.reports_to_name.module}", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"EditView","field_to_name_array":{"id":"reports_to_id","name":"reports_to_name"}}{/literal}, "single", true);\'><img src="'.SugarThemeRegistry::current()->getImageURL("id-ff-select.png").'"></button>'.
79                                                                 '<button type="button" name="btn_clr_{$fields.reports_to_name.name}" tabindex="0" title="{$APP.LBL_CLEAR_BUTTON_TITLE}" accessKey="{$APP.LBL_CLEAR_BUTTON_KEY}" class="button lastChild" onclick="this.form.{$fields.reports_to_name.name}.value = \'\'; this.form.{$fields.reports_to_id.name}.value = \'\';" value="{$APP.LBL_CLEAR_BUTTON_LABEL}"><img src="'.SugarThemeRegistry::current()->getImageURL("id-ff-clear.png").'"></button></span>'.
80                                                                 '{else}{$fields.reports_to_name.value}<input type="hidden" name="{$fields.reports_to_id.name}" id="{$fields.reports_to_id.name}" value="{$fields.reports_to_id.value}">{/if}',
81                 ),
82               'phone_other',
83             ),
84             array (
85               '',
86               array('name'=>'phone_fax', 'label'=>'LBL_FAX'),
87             ),
88             array (
89               '',
90               'phone_home',
91             ),
92             array (
93               'messenger_type',
94             ),
95             array (
96               'messenger_id',
97             ),
98             array (
99               array('name'=>'description', 'label'=>'LBL_NOTES'),
100             ),
101             array (
102               array('name'=>'address_street', 'type'=>'text', 'label'=>'LBL_PRIMARY_ADDRESS', 'displayParams'=>array('rows'=>2, 'cols'=>30)),
103               array('name'=>'address_city', 'label'=>'LBL_CITY'),
104             ),
105             array (
106               array('name'=>'address_state', 'label'=>'LBL_STATE'),
107               array('name'=>'address_postalcode', 'label'=>'LBL_POSTAL_CODE'),
108             ),
109             array (
110               array('name'=>'address_country', 'label'=>'LBL_COUNTRY'),
111             ),
112         array(
113           array (
114               'name' => 'email1',
115               'label' => 'LBL_EMAIL',
116             ),
117                 ),
118    ),
119 ),
120
121 );
122 ?>