Merge pull request #4165 from AlainRnet/patch-2

Update const.php
This commit is contained in:
Laurent Destailleur 2015-12-06 14:46:15 +01:00
commit 5710bcd38a

View File

@ -146,7 +146,8 @@ if ($action == 'delete')
$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
if ($conf->use_javascript_ajax)