X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_module.php;h=622f5305395dab621790ae4a20d4c1573cd888f9;hb=4f57367b97832827258d1140ca423a26cf714142;hp=4b50573431dbde46363743ce08980ab1c6ef4751;hpb=a578378e067a6af5bbdcdb5881632c29494a8aa1;p=fa-stable.git diff --git a/admin/inst_module.php b/admin/inst_module.php index 4b505734..622f5305 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"); @@ -315,7 +314,7 @@ function display_module_edit($selected_id) else $n = count($installed_modules); - start_form(true, true); + start_form(true); echo "