X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_lang.php;h=aa259f92ecc7785dcae40aec1aae54dd927346ac;hb=c9b7acbdfefe7a626368bfea9af867c4f8b99a1a;hp=bd23d383f9012a323279c5b56a2643ebeea3c37e;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/admin/inst_lang.php b/admin/inst_lang.php index bd23d383..aa259f92 100644 --- a/admin/inst_lang.php +++ b/admin/inst_lang.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 20; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); @@ -265,10 +274,16 @@ function display_languages() else $rtl = _("No"); label_cell($rtl); - edit_link_cell("selected_id=" . $i); - + $edit = _("Edit"); + $delete = _("Delete"); + if (user_graphic_links()) + { + $edit = set_icon(ICON_EDIT, $edit); + $delete = set_icon(ICON_DELETE, $delete); + } + label_cell("$edit"); label_cell($conn[$i]['code'] == $lang ? '' : - "" . _("Delete") . ""); + "$delete"); end_row(); }