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