X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_module.php;h=844244b737099e1abc3b46c925a1860f9c9b4be4;hb=bd8f3d60c65d47e9cf86c4cf39bf48b8d3091153;hp=d8b00450a1ed478391dd2c7a826afe010349d57a;hpb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;p=fa-stable.git diff --git a/admin/inst_module.php b/admin/inst_module.php index d8b00450..844244b7 100644 --- a/admin/inst_module.php +++ b/admin/inst_module.php @@ -188,9 +188,7 @@ function handle_delete() function display_extensions() { - global $table_style; - - start_table($table_style); + start_table(TABLESTYLE); $th = array(_("Name"),_("Tab"), _("Link text"), _("Folder"), _("Filename"), _("Access extensions"),"", ""); table_header($th); @@ -229,9 +227,7 @@ function display_extensions() function company_extensions($id) { - global $table_style; - - start_table($table_style); + start_table(TABLESTYLE); $th = array(_("Name"),_("Tab"), _("Link text"), _("Active")); @@ -271,12 +267,12 @@ function company_extensions($id) function display_ext_edit($selected_id) { - global $table_style2, $Mode; + global $Mode; $extensions = get_company_extensions(); - start_table($table_style2); + start_table(TABLESTYLE2); if ($selected_id != -1 && $extensions[$selected_id]['type'] == 'plugin') {