2
0
forked from Wavyzz/dolibarr

Change generic and setup image title

This commit is contained in:
jfefe
2015-04-18 19:47:09 +02:00
parent 5c80d46b74
commit c905f88498
147 changed files with 172 additions and 151 deletions

View File

@@ -86,7 +86,7 @@ if ($action == 'setvalue' && $user->admin)
llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print_fiche_titre($langs->trans("LDAPSetup"),$linkback,'setup');
print_fiche_titre($langs->trans("LDAPSetup"),$linkback,'title_setup');
$head = ldap_prepare_head();