summaryrefslogtreecommitdiff
path: root/httemplate/edit/contact_class.html
blob: 1a1e60d43e97cea1e424506c1cfd5e839fac73e5 (plain)
1
2
3
4
5
6
7
8
9
10
<% include( 'elements/class_Common.html',
              'name_singular'   => 'Contact Type',
              'table'  => 'contact_class',
	      'nocat' => 1,
              'addl_labels' => { 'classnum'  => 'Type number',
                                 'classname' => 'Type name',
                                 'disabled'  => 'Disable type',
                               },
          )
%>