3 Display a multi-select box containing all Email Types listed in
4 the contact_class table.
7 Don't confuse "Contact Type" (contact_email.classnum) with
8 "Customer Class" (cust_main.classnum)
11 <% include( '/elements/select-table.html',
12 table => 'contact_class',
13 hashref => { disabled => '' },
14 name_col => 'classname',
16 pre_options => [ 0 => '(No Type)' ],