X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=6a43115f98fecf9b94df2d287425e6db42326a5d;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=34c0431af503bf803d9af14f2ded1732e956d9b4;hpb=67abd2b071302a327df63fb949963f0b45d62196;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 34c0431a..6a43115f 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -59,9 +59,15 @@ function end_form($breaks=0) echo "\n"; } -function start_table($extra="", $padding='2', $spacing='0') +function start_table($class=false, $extra="", $padding='2', $spacing='0') { echo "
\n"; @@ -74,11 +80,11 @@ function end_table($breaks=0) br($breaks); } -function start_outer_table($extra="", $padding='2', $spacing='0', $br=false) +function start_outer_table($class=false, $extra="", $padding='2', $spacing='0', $br=false) { if ($br) br(); - start_table($extra, $padding, $spacing); + start_table($class, $extra, $padding, $spacing); echo "\n"; // outer table } @@ -147,7 +153,7 @@ function hyperlink_back($center=true, $no_menu=true, $type_no=0, $trans_no=0) { if ($center) echo "
"; - start_table("width=30%"); + start_table(false, "width=30%"); start_row(); if ($no_menu) {