Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / sales / manage / recurrent_invoices.php
index dea4ef3fdb9bb6755dd7d25275d0f7611d56122c..a595815e0a10558350c8550e7bc135a1720d0af6 100644 (file)
@@ -81,7 +81,7 @@ if ($Mode == 'RESET')
 $result = get_recurrent_invoices();
 
 start_form();
-start_table("$table_style width=70%");
+start_table(TABLESTYLE, "width=70%");
 $th = array(_("Description"), _("Template No"),_("Customer"),_("Branch")."/"._("Group"),_("Days"),_("Monthly"),_("Begin"),_("End"),_("Last Created"),"", "");
 table_header($th);
 $k = 0;
@@ -123,7 +123,7 @@ echo '<br>';
 
 start_form();
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {