mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Missing back link
This commit is contained in:
parent
e18a6e27ef
commit
74d6d1054e
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user