X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fallocation_cart.inc;h=d89eb9ecc3dc966bc4e5014f3d7e5257eb27d180;hb=40048ce06ec19e91186a38b841b03038ddd6107f;hp=6945a4b717cc85adc852df737a45583b92641339;hpb=dca46563d3e8b7546e7095b7d96b40d9838c4c75;p=fa-stable.git diff --git a/includes/ui/allocation_cart.inc b/includes/ui/allocation_cart.inc index 6945a4b7..d89eb9ec 100644 --- a/includes/ui/allocation_cart.inc +++ b/includes/ui/allocation_cart.inc @@ -254,7 +254,7 @@ function show_allocatable($show_totals) { if (count($_SESSION['alloc']->allocs)) { - start_table($table_style); + start_table("$table_style width=60%"); $th = array(_("Transaction Type"), _("#"), _("Date"), _("Due Date"), _("Amount"), _("Other Allocations"), _("This Allocation"), _("Left to Allocate"),'',''); table_header($th);