0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-16 22:33:34 +00:00
salesagility_SuiteCRM/modules/SurveyQuestions/metadata/editviewdefs.php
2017-11-23 16:21:35 +00:00

45 lines
767 B
PHP

<?php
$module_name = 'SurveyQuestions';
$viewdefs [$module_name] =
array (
'EditView' =>
array (
'templateMeta' =>
array (
'maxColumns' => '2',
'widths' =>
array (
0 =>
array (
'label' => '10',
'field' => '30',
),
1 =>
array (
'label' => '10',
'field' => '30',
),
),
),
'panels' =>
array (
'default' =>
array (
0 =>
array (
0 => 'name',
1 => 'assigned_user_name',
),
1 =>
array (
0 => 'description',
1 =>
array (
'name' => 'surveys_surveyquestions_name',
),
),
),
),
),
);
?>