diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index b555a52a6f4..3c1d89584be 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -74,6 +74,7 @@ if ($_GET["action"] == 'setvalue' && $user->admin) llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP'); +print_fiche_titre($langs->trans("LDAPSetup"),'','setup'); $head = ldap_prepare_head(); diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php index 676ad32ae2b..7ce3ef1a6c2 100644 --- a/htdocs/admin/ldap_contacts.php +++ b/htdocs/admin/ldap_contacts.php @@ -80,6 +80,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin) llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP'); +print_fiche_titre($langs->trans("LDAPSetup"),'','setup'); + $head = ldap_prepare_head(); // Test si fonction LDAP actives diff --git a/htdocs/admin/ldap_groups.php b/htdocs/admin/ldap_groups.php index 7539fea7c43..a716ba37a1f 100644 --- a/htdocs/admin/ldap_groups.php +++ b/htdocs/admin/ldap_groups.php @@ -72,6 +72,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin) llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP'); +print_fiche_titre($langs->trans("LDAPSetup"),'','setup'); + $head = ldap_prepare_head(); // Test si fonction LDAP actives diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php index 299cf5e19a9..6c3b3350422 100644 --- a/htdocs/admin/ldap_members.php +++ b/htdocs/admin/ldap_members.php @@ -94,6 +94,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin) llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP'); +print_fiche_titre($langs->trans("LDAPSetup"),'','setup'); + $head = ldap_prepare_head(); // Test si fonction LDAP actives diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php index 21e18592773..424d7525202 100644 --- a/htdocs/admin/ldap_users.php +++ b/htdocs/admin/ldap_users.php @@ -82,6 +82,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin) llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP'); +print_fiche_titre($langs->trans("LDAPSetup"),'','setup'); + $head = ldap_prepare_head(); // Test si fonction LDAP actives