X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=cc003088d2595ec51e8815823189b0f6a0534f8e;hb=fff85845ae2899b1dbf4a39df94d3e6f27a4fa7e;hp=9a9eb0932ed8988373c844462bed9c19c9a641d7;hpb=db719f715b6a732a1c024818ee4d80b6e82258a1;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 9a9eb093..cc003088 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -337,7 +337,7 @@ function is_voided_display($type, $id, $label) if ($void_entry == null) return false; - start_table(TABLESTYLE, "width=50%"); + start_table(TABLESTYLE, "width='50%'"); echo "$label
"; echo "" . _("Date Voided:") . " " . sql2date($void_entry["date_"]) . "
"; if (strlen($void_entry["memo_"]) > 0) @@ -542,7 +542,7 @@ function display_allocations($alloc_result, $total, $payments=false) display_heading2(($payments ? _("Payments") : _("Allocations"))); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array( _("Type"), _("Number"), _("Date"), _("Total Amount"), _("Left to Allocate"), _("This Allocation"));