X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=8d11b7261efdc182fd91ae70525b980ce72281a4;hb=20c9b5846824f0489c6791d74a6c78e2bfb0b2fc;hp=3334d6b76c6d187c62e4e8e34d3263008e7574b7;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 3334d6b7..8d11b726 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -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 '
'; start_form(); -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) {