Fixed newlines in js submit dialogs.
[fa-stable.git] / includes / ui / allocation_cart.inc
index 6945a4b717cc85adc852df737a45583b92641339..d89eb9ecc3dc966bc4e5014f3d7e5257eb27d180 100644 (file)
@@ -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);