X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=a9137161a2a2763c5084a1ce264d3826a1a8220c;hb=89cb648e9d031fa624e7814f89e90ccba2042124;hp=89d64476bfb455f4a8805d4675d74ce2f375a6d5;hpb=ea52d139c2309cc07ec2e37155a3fe304471c0fc;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();