X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=6e2c664a7a8f9cc01a59ca65fa49fbed8fb4efa1;hb=a4db318fa0c84e099e0970ca82e36215782d661e;hp=40bfc9a8030904c95747a99faa55fe0c33be8b5a;hpb=58db1fd338a7670dcb973748aa6b44f8415f0065;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 40bfc9a8..6e2c664a 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -208,11 +208,11 @@ function table_section_title($msg, $colspan=2) echo "$msg\n"; } -function table_header($labels) +function table_header($labels, $params='') { start_row(); foreach ($labels as $label) - labelheader_cell($label); + labelheader_cell($label, $params); end_row(); } //-----------------------------------------------------------------------------------