]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/DynamicFields/templates/Fields/Forms/int.tpl
Release 6.5.0
[Github/sugarcrm.git] / modules / DynamicFields / templates / Fields / Forms / int.tpl
1 {*
2
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38
39
40
41 *}
42 <script>
43 formsWithFieldLogic=null;
44 </script>
45
46 {include file="modules/DynamicFields/templates/Fields/Forms/coreTop.tpl"}
47 <tr>
48         <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_DEFAULT_VALUE"}:</td><td>
49         {if $hideLevel < 5}
50                 <input type='text' name='default' id='int_default' value='{$vardef.default}'>
51                 <script>addToValidate('popup_form', 'default', 'int', false,'{sugar_translate module="DynamicFields" label="COLUMN_TITLE_DEFAULT_VALUE"}' );</script>
52         {else}
53                 <input type='hidden' name='default' id='int_default' value='{$vardef.default}'>{$vardef.default}
54         {/if}
55         </td>
56 </tr>
57 <tr>
58         <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MIN_VALUE"}:</td>
59         <td>
60         {if $hideLevel < 5}
61                 <input type='text' name='min' id='int_min' value='{$vardef.validation.min}'>
62                 <script>addToValidate('popup_form', 'min', 'int', false,'{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MIN_VALUE"}' );</script>
63         {else}
64                 <input type='hidden' name='min' id='int_min' value='{$vardef.validation.min}'>{$vardef.range.min}
65         {/if}
66         </td>
67 </tr>
68 <tr>
69         <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MAX_VALUE"}:</td>
70         <td>
71         {if $hideLevel < 5}
72                 <input type='text' name='max' id='int_max' value='{$vardef.validation.max}'>
73                 <script>addToValidate('popup_form', 'max', 'int', false,'{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MAX_VALUE"}' );</script>
74         {else}
75                 <input type='hidden' name='max' id='int_max' value='{$vardef.validation.max}'>{$vardef.range.max}
76         {/if}
77         </td>
78 </tr>
79 <tr>
80         <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MAX_SIZE"}:</td>
81         <td>
82         {if $hideLevel < 5}
83                 <input type='text' name='len' id='int_len' value='{$vardef.len|default:11}'></td>
84                 <script>addToValidate('popup_form', 'len', 'int', false,'{sugar_translate module="DynamicFields" label="COLUMN_TITLE_MAX_SIZE"}' );</script>
85         {else}
86                 <input type='hidden' name='len' id='int_len' value='{$vardef.len}'>{$vardef.len}
87         {/if}
88         </td>
89 </tr>
90 {if $range_search_option_enabled}
91 <tr>    
92     <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_ENABLE_RANGE_SEARCH"}:</td>
93     <td>
94         <input type='checkbox' name='enable_range_search' value=1 {if !empty($vardef.enable_range_search) }checked{/if} {if $hideLevel > 5}disabled{/if} />
95         {if $hideLevel > 5}<input type='hidden' name='enable_range_search' value='{$vardef.enable_range_search}'>{/if}
96     </td>       
97 </tr>
98 {/if}
99 {*  
100 <!-- REMOVING THIS FOR 6.0, but need to allow for people create auto_increment fields and have to add appropriate indexes if in strict mode.
101 <tr>
102     <td class='mbLBL'>Auto Increment:</td>
103     <td>
104         <input type='checkbox' name='autoinc' id='autoinc' value=1 {if !empty($vardef.auto_increment) }checked{/if} 
105         {if $hideLevel > 2 || !$allowAutoInc} disabled{/if} 
106         onclick="document.getElementById('auto_increment').value = this.checked;document.getElementById('autoinc_start_wrap').style.display = this.checked ? '' : 'none';">
107         <input type='hidden' name='auto_increment' id='auto_increment' value='{if !empty($vardef.auto_increment) }true{else}false{/if}'>
108     </td>
109 </tr>
110 -->
111 *}
112 {if !empty($vardef.auto_increment) }
113 <tr id="autoinc_start_wrap" {if empty($vardef.auto_increment) }style="display:none" {/if}>
114     <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_TITLE_AUTOINC_NEXT"}:</td>
115     <td>
116         <input type='hidden' name='auto_increment' id='auto_increment' value='true'>
117                 <input type='text' name='autoinc_next' id='autoinc_next' value='{$vardef.autoinc_next|default:1}' {if $MB}disabled=1{/if}>
118         <script>addToValidateMoreThan('popup_form', 'autoinc_next', 'int', false,'{sugar_translate module="DynamicFields" label="COLUMN_TITLE_AUTOINC_NEXT"}', {$vardef.autoinc_next|default:1});</script>
119         <input type='hidden' name='autoinc_val_changed' id='autoinc_val_changed' value='false'>
120     </td>
121 </tr>
122 {/if}
123 <tr>
124     <td class='mbLBL'>{sugar_translate module="DynamicFields" label="COLUMN_DISABLE_NUMBER_FORMAT"}:</td>
125     <td>
126         <input type='checkbox' name='ext3' value=1 {if !empty($vardef.disable_num_format) }checked{/if} {if $hideLevel > 5}disabled{/if} />
127         {if $hideLevel > 5}<input type='hidden' name='ext3' value='{$vardef.disable_num_format}'>{/if}
128     </td>
129 </tr>
130 <script>
131         formsWithFieldLogic=new addToValidateFieldLogic('popup_form_id', 'int_min', 'int_max', 'int_default', 'int_len', 'int', 'Invalid Logic.');
132 </script>
133 {include file="modules/DynamicFields/templates/Fields/Forms/coreBottom.tpl"}