Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / printers.php
index 3334d6b76c6d187c62e4e8e34d3263008e7574b7..8d11b7261efdc182fd91ae70525b980ce72281a4 100644 (file)
@@ -80,7 +80,7 @@ if ($Mode == 'RESET')
 
 $result = get_all_printers();
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Name"), _("Description"), _("Host"), _("Printer Queue"),'','');
 table_header($th);
 
@@ -108,7 +108,7 @@ echo '<br>';
 
 start_form();
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {