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);
start_form();
- //start_table($table_style2, 5, 7);
- //echo "<tr><td valign=top>"; // outer table
- start_outer_table("$table_style2 width=90%", 5);
+ start_outer_table("$table_style2 width=60%", 5);
- //echo "<table>";
table_section(1);
supplier_list_row(_("Payment To:"), 'supplier_id', null, false, true);
if ($bank_currency != $supplier_currency)
{
- display_note(_("The amount and discount are in the bank account's currency."), 2, 0);
+ display_note(_("The amount and discount are in the bank account's currency."), 0, 1);
}
submit_center('ProcessSuppPayment',_("Enter Payment"), true, '', 'default');
start_form();
- start_outer_table($table_style2, 5);
+ start_outer_table("$table_style2 width=60%", 5);
table_section(1);
customer_list_row(_("From Customer:"), 'customer_id', null, false, true);