field.tpl

来自「SugarCRM5.1 开源PHP客户关系管理系统」· TPL 代码 · 共 116 行

TPL
116
字号
{*/********************************************************************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc. *  * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. *  * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more * details. *  * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. *  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. *  * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU General Public License version 3. *  * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/*}<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000"></div>{literal}<script>addForm('popup_form');</script>{/literal}<form name='popup_form' id='popup_form_id' onsubmit='return false;'><input type='hidden' name='module' value='ModuleBuilder'><input type='hidden' name='action' value='{$action}'><input type='hidden' name='new_dropdown' value=''><input type='hidden' name='to_pdf' value='true'><input type='hidden' name='view_module' value='{$module->name}'><input type='hidden' name='view_package' value='{$package->name}'><input type='hidden' name='is_update' value='true'>{if MB}	<input type='hidden' name='MB' value='1'>{/if}			{if $hideLevel < 5}				&nbsp;<input type='button' class='button' name='fsavebtn' value='{$mod_strings.LBL_BTN_SAVE}' onclick='{literal}if(validate_type_selection() && check_form("popup_form")){ {/literal}{$preSave} {literal}ModuleBuilder.submitForm("popup_form"); }{/literal}'>				{if !empty($vardef.name)}					{if $hideLevel < 3}					{literal}						&nbsp;<input type='button' class='button' name='fdeletebtn' value='{/literal}{$mod_strings.LBL_BTN_DELETE}{literal}' onclick='if(confirm("{/literal}{$mod_strings.LBL_CONFIRM_FIELD_DELETE}{literal}")){document.popup_form.action.value="DeleteField";ModuleBuilder.submitForm("popup_form");}'>					{/literal}					{/if}					{literal}    	            &nbsp;<input type='button' class='button' name='fclonebtn' value='{/literal}{$mod_strings.LBL_BTN_CLONE}{literal}' onclick='document.popup_form.action.value="CloneField";ModuleBuilder.submitForm("popup_form");'>	    	        {/literal}				{/if}			{else}				{literal}			     <input type='button' class='button' name='lsavebtn' value='{/literal}{$mod_strings.LBL_BTN_SAVE}{literal}' onclick='if(check_form("popup_form")){this.form.action.value = "{/literal}{$action}{literal}";ModuleBuilder.submitForm("popup_form")};'>				{/literal}				{literal}    	            &nbsp;<input type='button' class='button' name='fclonebtn' value='{/literal}{$mod_strings.LBL_BTN_CLONE}{literal}' onclick='document.popup_form.action.value="CloneField";ModuleBuilder.submitForm("popup_form");'>	    	     {/literal}			{/if}<hr><table width="400px" ><tr>	<td class="mbLBL" style="width:92px;">{$MOD.COLUMN_TITLE_DATA_TYPE}:</td>	<td >{if empty($vardef.name) && $isClone == 0}				{html_options name="type" id="type"  options=$field_types selected=$vardef.type onchange='ModuleBuilder.moduleLoadField("", this.options[this.selectedIndex].value);'}				{sugar_help text=$mod_strings.LBL_POPHELP_FIELD_DATA_TYPE FIXX=250 FIXY=80}			{else}				{$field_types[$vardef.type]}			{/if}			{if empty($field_types[$vardef.type]) && !empty($vardef.type)}({$vardef.type}){/if}			<input type='hidden' name='type' value={$vardef.type}>	</td></tr></table>{$fieldLayout}</form><script>{literal}function validate_type_selection(){	var typeSel = document.getElementById('type');	if(typeSel && typeSel.options){		if(typeSel.options[typeSel.selectedIndex].value == ''){			alert('{/literal}{$MOD.ERR_SELECT_FIELD_TYPE}{literal}');			return false;		}	}	return true;}{/literal}ModuleBuilder.helpSetup('fieldsEditor','{$help_group}');</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?