{assign var=meth value=':'|explode:$VAR._page} {$method->exe($meth.0,$meth.1)} {if ($method->result == false)} {$block->display('core:method_error')} {else} {include file='file:../core/view_pre.tpl'} {if $form_validation} {$block->display('core:alert_fields')} {/if}
{include file='file:../core/view_tr_submit_delete.tpl'}
{osb f=tt}
{osb f=tf field=name}
{osb f=tf field=notes}
{osb f=tf field=date_orig} {$record.date_orig|date_format:$smarty.const.DEFAULT_DATE_FORMAT}
{osb f=tf field=date_start} {$list->calender_view('group_date_start',$record.date_start,'form_field','')}
{osb f=tf field=date_expire} {$list->calender_view('group_date_expire',$record.date_expire,'form_field','')}
{osb f=tf field=status} {$list->bool('group_status',$record.status,'" onchange="submit()')}
{osb f=tf field=pricing} {$list->bool('group_pricing',$record.pricing)}
{osb f=tf field=parent_id} {$list->menu('','group_parent_id','group','name',$record.parent_id,'form_menu')}
{include file='file:../core/view_post.tpl'}
{t}Update Group to Method Relationships{/t}
{t}Select a module{/t} {$list->menu('no','module_method_module_id','module','name','','" onchange="showGroupPerm(this)',true)}
{/if}