0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-15 22:04:51 +00:00
salesagility_SuiteCRM/modules/jjwg_Address_Cache/metadata/quickcreatedefs.php

59 lines
1 KiB
PHP
Raw Normal View History

2013-09-23 19:30:44 +00:00
<?php
$module_name = 'jjwg_Address_Cache';
$viewdefs [$module_name] =
array(
'QuickCreate' =>
array(
'templateMeta' =>
array(
2013-09-23 19:30:44 +00:00
'maxColumns' => '2',
'widths' =>
array(
0 =>
array(
2013-09-23 19:30:44 +00:00
'label' => '10',
'field' => '30',
),
1 =>
array(
2013-09-23 19:30:44 +00:00
'label' => '10',
'field' => '30',
),
),
'useTabs' => false,
),
'panels' =>
array(
'default' =>
array(
0 =>
array(
0 =>
array(
2013-09-23 19:30:44 +00:00
'name' => 'name',
'label' => 'LBL_NAME',
),
1 =>
array(
2013-09-23 19:30:44 +00:00
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO_NAME',
),
),
1 =>
array(
0 =>
array(
2013-09-23 19:30:44 +00:00
'name' => 'lat',
'label' => 'LBL_LAT',
),
1 =>
array(
2013-09-23 19:30:44 +00:00
'name' => 'lng',
'label' => 'LBL_LNG',
),
),
),
),
),
);