X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=dimensions%2Fview%2Fview_dimension.php;h=28b16de19cd9850abd059397173e7759b65aecb4;hb=e94d9f21b624d215439f30b43383c641bbe51dd7;hp=98668027c1f617629069a2e747e8dd766290e005;hpb=67abd2b071302a327df63fb949963f0b45d62196;p=fa-stable.git diff --git a/dimensions/view/view_dimension.php b/dimensions/view/view_dimension.php index 98668027..28b16de1 100644 --- a/dimensions/view/view_dimension.php +++ b/dimensions/view/view_dimension.php @@ -49,7 +49,7 @@ if (strlen($myrow[0]) == 0) exit; } -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("#"), _("Reference"), _("Name"), _("Type"), _("Date"), _("Due Date")); table_header($th); @@ -74,7 +74,7 @@ if ($myrow["closed"] == true) start_form(); -start_table("class='tablestyle_noborder'"); +start_table(TABLESTYLE_NOBORDER); start_row(); if (!isset($_POST['TransFromDate']))