⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.php

📁 开源的CRM,功能全面,国内最优秀的源码
💻 PHP
字号:
<?php
if(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');
/*******************************************************************************
 * Subpanel Layout definition for ProblemSolutions
 ******************************************************************************/

$subpanel_layout = array(
    'top_buttons' => array(
        array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'ProblemSolution'),
        array('widget_class' => 'SubPanelTopCreateButton'),
    ),

    'where'             => '',
    'default_order_by'  => '',

    'list_fields' => array(
        'name'=>array(
            'vname'         => 'LBL_LIST_NAME',
            'widget_class'  => 'SubPanelDetailViewLink',
            'width'         => '15%',
        ),
        'status'=>array(
            'vname'         => 'LBL_LIST_STATUS',
            'width'         => '15%',
        ),
		'edit_button'=>array(
			'widget_class' => 'SubPanelEditButton',
		 	'module' => 'ProblemSolution',
			'width' => '4%',
		),
		'remove_button'=>array(
			'widget_class' => 'SubPanelRemoveButton',
		 	'module' => 'ProblemSolution',
	 		'width' => '4%',
		),
		/*
        'assigned_user_name'=>array(
            'vname'         => 'LBL_LIST_ASSIGNED_USER_ID',
            'module'        => 'Users',
            'width'         => '15%',
        ),
		*/

    ),
);

?>

⌨️ 快捷键说明

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