im_partner_type_select

one of the documented procedures in this installation of the ACS
Usage:
im_partner_type_select   db   select_name   { default "" }
What it does:
Returns an html select box named $select_name and defaulted to $default with a list of all the project_types in the system
Defined in: /web/philip/tcl/intranet-defs.tcl

Source code:


    return [im_category_select $db "Intranet Partner Type" $select_name $default]


philg@mit.edu