X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fattachments.php;h=fb5b5e68b1ee80c057a753079b12cdb270be5911;hb=f894cd3d6fd2f6875382e5cd33020fb14245aa90;hp=a36801d4ebc39dfe8df50e969331ac2ff80ac196;hpb=ea52d139c2309cc07ec2e37155a3fe304471c0fc;p=fa-stable.git diff --git a/admin/attachments.php b/admin/attachments.php index a36801d4..fb5b5e68 100644 --- a/admin/attachments.php +++ b/admin/attachments.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $path_to_root=".."; $page_security = 8; @@ -170,9 +179,9 @@ function display_rows($type) label_cell($row['filetype']); label_cell(sql2date($row['tran_date'])); edit_button_cell("Edit".$row['id'], _("Edit")); - edit_button_cell("view".$row['id'], _("View")); - edit_button_cell("download".$row['id'], _("Download")); - edit_button_cell("Delete".$row['id'], _("Delete")); + button_cell("view".$row['id'], _("View"), false, ICON_VIEW); + button_cell("download".$row['id'], _("Download"), false, ICON_DOWN); + delete_button_cell("Delete".$row['id'], _("Delete")); end_row(); } end_table(1);