X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=89d64476bfb455f4a8805d4675d74ce2f375a6d5;hb=ea52d139c2309cc07ec2e37155a3fe304471c0fc;hp=1b6d063b9a96e70b4ac9fdd7c995845de9236a7e;hpb=b17df731b4bb055c2fdd568bc4be9e5caa0ee07b;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 1b6d063b..89d64476 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -1,14 +1,5 @@ . -***********************************************************************/ + $page_security = 15; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -98,7 +89,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow['host']); label_cell($myrow['queue']); edit_button_cell("Edit".$myrow['id'], _("Edit")); - delete_button_cell("Delete".$myrow['id'], _("Delete")); + edit_button_cell("Delete".$myrow['id'], _("Delete")); end_row();