0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-25 00:56:49 +00:00
salesagility_SuiteCRM/modules/TemplateSectionLine/metadata/listviewdefs.php

13 lines
203 B
PHP

<?php
$module_name = 'TemplateSectionLine';
$listViewDefs [$module_name] =
array(
'NAME' =>
array(
'width' => '32%',
'label' => 'LBL_NAME',
'default' => true,
'link' => true,
),
);