X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_module.php;h=809252dff1defdde0d7d1c53d1862e961dfd135b;hb=6cd42b4b7e4e5a199949a33fcf7fbd1f5d0ad3cb;hp=4b50573431dbde46363743ce08980ab1c6ef4751;hpb=a578378e067a6af5bbdcdb5881632c29494a8aa1;p=fa-stable.git diff --git a/admin/inst_module.php b/admin/inst_module.php index 4b505734..809252df 100644 --- a/admin/inst_module.php +++ b/admin/inst_module.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; @@ -292,9 +292,8 @@ function display_modules() $delete = _("Delete"); if (user_graphic_links()) { - global $path_to_root; - $edit = "\n"; - $delete = "\n"; + $edit = set_icon(ICON_EDIT, $edit); + $delete = set_icon(ICON_DELETE, $delete); } label_cell("$edit"); label_cell("$delete");