array ( 'templateMeta' => array ( 'maxColumns' => '2', 'form' => array ( 'hidden' => array ( '', ), 'buttons' => array ( array ( 'customCode' => '', ), 'CANCEL', array ( 'customCode' => '', ), array ( 'customCode' => '{if $fields.status.value != "Held"}{/if}', ), ), 'headerTpl' => 'modules/Meetings/tpls/header.tpl', 'footerTpl' => 'modules/Meetings/tpls/footer.tpl', ), 'widths' => array ( array ( 'label' => '10', 'field' => '30', ), array ( 'label' => '10', 'field' => '30', ), ), 'javascript' => ' ', 'useTabs' => false, ), 'panels' => array ( 'default' => array ( array ( array ( 'name' => 'name', 'displayParams' => array ( 'required' => true, ), ), array ( 'name' => 'status', 'fields' => array ( array ( 'name' => 'status', ), ), ), ), array ( array ( 'name' => 'date_start', 'type' => 'datetimecombo', 'displayParams' => array ( 'required' => true, 'updateCallback' => 'SugarWidgetScheduler.update_time();', ), ), array ( 'name' => 'parent_name', 'label' => 'LBL_LIST_RELATED_TO', ), ), array ( array ( 'name' => 'duration_hours', 'label' => 'LBL_DURATION', 'customCode' => '{literal}{/literal}
{$fields.duration_minutes.value} {$MOD.LBL_HOURS_MINS}
', ), ), array ( array ( 'name' => 'reminder_time', 'customCode' => '{if $fields.reminder_checked.value == "1"}{assign var="REMINDER_TIME_DISPLAY" value="inline"}{assign var="REMINDER_CHECKED" value="checked"}{else}{assign var="REMINDER_TIME_DISPLAY" value="none"}{assign var="REMINDER_CHECKED" value=""}{/if}
{$fields.reminder_time.value}
', 'label' => 'LBL_REMINDER', ), array ( 'name' => 'location', 'comment' => 'Meeting location', 'label' => 'LBL_LOCATION', ), ), array ( array ( 'name' => 'assigned_user_name', 'label' => 'LBL_ASSIGNED_TO_NAME', ), ), array ( array ( 'name' => 'description', 'comment' => 'Full text of the note', 'label' => 'LBL_DESCRIPTION', ), ), ), ), ), ); ?>