X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fattachments.php;h=fb5b5e68b1ee80c057a753079b12cdb270be5911;hb=c9b7acbdfefe7a626368bfea9af867c4f8b99a1a;hp=a36801d4ebc39dfe8df50e969331ac2ff80ac196;hpb=0517097815894f0221e3755a2d14612f69f72b86;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);