mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-25 08:57:55 +00:00
16 lines
417 B
PHP
16 lines
417 B
PHP
<?php
|
|
$viewdefs['ACLRoles']['DetailView'] = array(
|
|
'templateMeta' => array('form' => array(),
|
|
'maxColumns' => '',
|
|
'widths' => array(
|
|
),
|
|
'includes'=> array(
|
|
),
|
|
),
|
|
'panels' => array(
|
|
|
|
),
|
|
|
|
|
|
);
|