Move online help link at a better place (top right). Link is also always

visible.
This commit is contained in:
Laurent Destailleur
2015-11-14 22:38:29 +01:00
parent 80127cbbc9
commit c2ec4a4fd2
14 changed files with 61 additions and 43 deletions

View File

@@ -187,7 +187,8 @@ if ($action == 'maj_pattern')
*/
$form = new Form($db);
llxHeader('',$langs->trans("Passwords"));
$wikihelp='EN:Setup_Security|FR:Paramétrage_Sécurité|ES:Configuración_Seguridad';
llxHeader('',$langs->trans("Passwords"),$wikihelp);
print load_fiche_titre($langs->trans("SecuritySetup"),'','title_setup');