X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=a9137161a2a2763c5084a1ce264d3826a1a8220c;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=89d64476bfb455f4a8805d4675d74ce2f375a6d5;hpb=37da0ea920fdff712ccef4e1324aa822e981c8fc;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 89d64476..a9137161 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 15; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -89,7 +98,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow['host']); label_cell($myrow['queue']); edit_button_cell("Edit".$myrow['id'], _("Edit")); - edit_button_cell("Delete".$myrow['id'], _("Delete")); + delete_button_cell("Delete".$myrow['id'], _("Delete")); end_row(); @@ -133,7 +142,7 @@ text_row(_("Timeout").':', 'tout', null, 5, 5); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form();