Reverted menu-left-example.png back to original and cleaned up menu-top-example to...
[freeside.git] / httemplate / edit / conferencing_type.html
1 <& elements/edit.html,
2      'table'            => 'conferencing_type',
3      'name_singular'    => 'type',
4      'fields'           => [
5                              { field=>'typeid',   type=>'text', size=>4 },
6                              { field=>'typename', type=>'text', },
7                              { field=>'disabled', type=>'checkbox', value=>'Y'},
8                            ],
9      'labels'           => { 'conftypenum' => 'Type',
10                              'typeid'      => 'ID',
11                              'typename'    => 'Name',
12                              'disabled'    => 'Disabled',
13                            },
14      'viewall_dir'      => 'browse',
15 &>
16 <%init>
17
18 die "access denied"
19   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
20
21 </%init>