X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=7c68652f502d97cd9caa35ef0451be95ac3c3269;hb=1c257d9ff0bfe6452423acdb8358e26bd3ce7f43;hp=3334d6b76c6d187c62e4e8e34d3263008e7574b7;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 3334d6b7..7c68652f 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) { @@ -144,4 +144,3 @@ end_form(); end_page(); -?>