Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / dimensions / view / view_dimension.php
index 98668027c1f617629069a2e747e8dd766290e005..28b16de19cd9850abd059397173e7759b65aecb4 100644 (file)
@@ -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']))