im_table_with_title title bodyWhat it does:
Returns a two row table with background colorsDefined in: /web/philip/tcl/intranet-defs.tcl
Source code:
return " <table width=100% cellpadding=2 cellspacing=2 border=0> <tr bgcolor=\"[ad_parameter TableColorHeader intranet white]\"> <td><b>[ad_partner_default_font "size=-1"]$title</font></b></td> </tr> <tr bgcolor=\"[ad_parameter TableColorOdd intranet white]\"> <td>[ad_partner_default_font "size=-1"]$body</font></td> </tr> </table> "