myproductservicesdashlet.meta.php

来自「crm系统源代码纯java代码人力资源、业务流程与专业技术进行有效的整合」· PHP 代码 · 共 11 行

PHP
11
字号
<?php
if(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');

global $app_strings;

$dashletMeta['MyProductServicesDashlet'] = array('title'       => translate('LBL_HOMEPAGE_TITLE', 'ProductServices'),
                                          'icon'        => 'themes/Sugar/images/ProductServices.gif',
                                          'description' => 'A customizable view into ProductServices',
                                          'category'    => 'Module Views');
?>

⌨️ 快捷键说明

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