& elements/edit.html,
'popup' => 1,
'table' => 'circuit_termination',
'name_singular' => 'termination type',
'labels' => \%labels,
'fields' => \@fields,
&>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
my @fields = (
'termination',
{ field => 'disabled', type => 'checkbox', value => 'Y' }
);
my %labels = (
'termnum' => '',
'termination' => 'Termination type',
'disabled' => 'Disabled'
);
%init>