0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/AM_ProjectTemplates/metadata/quickcreatedefs.php

84 lines
1.6 KiB
PHP

<?php
$module_name = 'AM_ProjectTemplates';
$viewdefs [$module_name] =
array(
'QuickCreate' =>
array(
'templateMeta' =>
array(
'maxColumns' => '2',
'widths' =>
array(
0 =>
array(
'label' => '10',
'field' => '30',
),
1 =>
array(
'label' => '10',
'field' => '30',
),
),
'useTabs' => false,
'tabDefs' =>
array(
'DEFAULT' =>
array(
'newTab' => false,
'panelDefault' => 'expanded',
),
'LBL_PANEL_ASSIGNMENT' =>
array(
'newTab' => false,
'panelDefault' => 'expanded',
),
),
),
'panels' =>
array(
'default' =>
array(
0 =>
array(
0 => 'name',
1 =>
array(
'name' => 'status',
'studio' => 'visible',
'label' => 'LBL_STATUS',
),
),
1 =>
array(
0 => '',
1 =>
array(
'name' => 'priority',
'studio' => 'visible',
'label' => 'LBL_PRIORITY',
),
),
2 =>
array(
0 =>
array(
'name' => 'description',
'comment' => 'Full text of the note',
'studio' => 'visible',
'label' => 'LBL_DESCRIPTION',
),
1 => '',
),
),
'LBL_PANEL_ASSIGNMENT' =>
array(
0 =>
array(
0 => 'assigned_user_name',
),
),
),
),
);