X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=d0231002b1e1581ba79141e4048ef7f52c60f01b;hb=bd5827d5fcfac8ac311a58c7a399fb0b736ed4b8;hp=4fbdb984b4b8ffaf3eb72d265f6e103cedccc15e;hpb=a578378e067a6af5bbdcdb5881632c29494a8aa1;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 4fbdb984..d0231002 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -1,6 +1,6 @@ \n"; // outer table +} + +function table_section($number=1, $width=false) +{ + if ($number > 1) + { + echo "\n"; + $width = ($width ? "width=$width" : ""); + echo "\n"; // outer table + } + echo "\n"; +} + +function end_outer_table($breaks=0, $close_table=true) +{ + if ($close_table) + echo "
\n"; + echo "\n"; + end_table($breaks); +} + +function vertical_space() +{ + echo ""; // outer table +} function meta_forward($forward_to, $params="") { global $Ajax; @@ -172,9 +202,9 @@ function alt_table_row_color(&$k) } } -function table_section_title($msg) +function table_section_title($msg, $colspan=2) { - echo "$msg\n"; + echo "$msg\n"; } function table_header($labels) @@ -184,46 +214,6 @@ function table_header($labels) labelheader_cell($label); end_row(); } - -//----------------------------------------------------------------------------------- - -function button($name, $value, $title=false, $icon=false) -{ - // php silently changes dots,spaces,'[' and characters 128-159 - // to underscore in POST names, to maintain compatibility with register_globals - if (user_graphic_links() && $icon) - { - global $path_to_root; - echo "