]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/metadata_files/610/modules/Notes/metadata/quickcreatedefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / metadata_files / 610 / modules / Notes / metadata / quickcreatedefs.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 $viewdefs ['Notes'] = 
39 array (
40   'QuickCreate' => 
41   array (
42     'templateMeta' => 
43     array (
44       'form' => 
45       array (
46         'enctype' => 'multipart/form-data',
47         'headerTpl' => 'modules/Notes/tpls/EditViewHeader.tpl',
48       ),
49       'maxColumns' => '2',
50       'widths' => 
51       array (
52          
53         array (
54           'label' => '10',
55           'field' => '30',
56         ),
57          
58         array (
59           'label' => '10',
60           'field' => '30',
61         ),
62       ),
63       'javascript' => '<script type="text/javascript" src="include/javascript/dashlets.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
64 <script>
65 function deleteAttachmentCallBack(text) 
66         {literal} { {/literal} 
67         if(text == \'true\') {literal} { {/literal} 
68                 document.getElementById(\'new_attachment\').style.display = \'\';
69                 ajaxStatus.hideStatus();
70                 document.getElementById(\'old_attachment\').innerHTML = \'\'; 
71         {literal} } {/literal} else {literal} { {/literal} 
72                 document.getElementById(\'new_attachment\').style.display = \'none\';
73                 ajaxStatus.flashStatus(SUGAR.language.get(\'Notes\', \'ERR_REMOVING_ATTACHMENT\'), 2000); 
74         {literal} } {/literal}  
75 {literal} } {/literal} 
76 </script>
77 <script>toggle_portal_flag(); function toggle_portal_flag()  {literal} { {/literal} {$TOGGLE_JS} {literal} } {/literal} </script>',
78     ),
79     'panels' => 
80     array (
81       'default' => 
82       array (
83          
84         array (
85            'contact_name',
86            'parent_name',
87         ),
88          array (
89            
90             array (
91               'name' => 'team_name',
92             ),
93         ),
94         array (
95            
96           array (
97             'name' => 'name',
98             'label' => 'LBL_SUBJECT',
99             'displayParams' => 
100             array (
101               'size' => 100,
102               'required' => true,
103             ),
104           ),
105         ),
106          
107         array (
108            
109           array (
110             'name' => 'filename',
111             'customCode' => '<span id=\'new_attachment\' style=\'display:{if !empty($fields.filename.value)}none{/if}\'>
112                                                                                  <input name="uploadfile" tabindex="3" type="file" size="60"/>
113                                                                                  </span>
114                                                                                          <span id=\'old_attachment\' style=\'display:{if empty($fields.filename.value)}none{/if}\'>
115                                                                                          <input type=\'hidden\' name=\'deleteAttachment\' value=\'0\'>
116                                                                                          {$fields.filename.value}<input type=\'hidden\' name=\'old_filename\' value=\'{$fields.filename.value}\'/><input type=\'hidden\' name=\'old_id\' value=\'{$fields.id.value}\'/>
117                                                                                          <input type=\'button\' class=\'button\' value=\'{$APP.LBL_REMOVE}\' onclick=\'ajaxStatus.showStatus(SUGAR.language.get("Notes", "LBL_REMOVING_ATTACHMENT"));this.form.deleteAttachment.value=1;this.form.action.value="EditView";SUGAR.dashlets.postForm(this.form, deleteAttachmentCallBack);this.form.deleteAttachment.value=0;this.form.action.value="";\' >       
118                                                                                          </span>',
119           ),
120         ),
121          
122         array (
123            
124           array (
125             'name' => 'description',
126             'label' => 'LBL_NOTE_STATUS',
127             'displayParams' => 
128             array (
129               'rows' => 6,
130               'cols' => 75,
131             ),
132           ),
133         ),
134       ),
135     ),
136   ),
137 );
138 ?>