Skip to content
Snippets Groups Projects
Commit 5710bcd3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4165 from AlainRnet/patch-2

Update const.php
parents f73c059b 50cf96bd
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,8 @@ if ($action == 'delete') ...@@ -146,7 +146,8 @@ if ($action == 'delete')
$form = new Form($db); $form = new Form($db);
llxHeader('',$langs->trans("OtherSetup")); $wikihelp='EN:Setup_Other|FR:Paramétrage_Divers|ES:Configuración_Varios';
llxHeader('',$langs->trans("Setup"),$wikihelp);
// Add logic to show/hide buttons // Add logic to show/hide buttons
if ($conf->use_javascript_ajax) if ($conf->use_javascript_ajax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment