Skip to content
Snippets Groups Projects
Commit 97e694f4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix look and feel v6

parent 2f9f9ac8
No related branches found
No related tags found
No related merge requests found
......@@ -70,12 +70,12 @@ if (empty($reshook)) {
$result = $ldap->update($dn, $info, $user, $olddn);
if ($result >= 0)
if ($result >= 0)
{
setEventMessages($langs->trans("UserSynchronized"), null, 'mesgs');
$db->commit();
}
else
}
else
{
setEventMessages($ldap->error, $ldap->errors, 'errors');
$db->rollback();
......@@ -104,6 +104,7 @@ if ($user->rights->user->user->lire || $user->admin) {
dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border" width="100%">';
......@@ -128,7 +129,7 @@ if ($conf->global->LDAP_SERVER_TYPE == "activedirectory")
{
$userSID = $ldap->getObjectSid($object->login);
}
print '<tr><td width="25%" valign="top">'.$langs->trans("SID").'</td>';
print '<tr><td class="valigntop">'.$langs->trans("SID").'</td>';
print '<td>'.$userSID.'</td>';
print "</tr>\n";
}
......@@ -150,6 +151,8 @@ print '</table>';
print '</div>';
dol_fiche_end();
/*
* Barre d'actions
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment