This commit is contained in:
Laurent Destailleur 2024-11-10 11:55:18 +01:00
parent 27224afa9f
commit e20a593959
3 changed files with 4 additions and 2 deletions

View File

@ -2619,6 +2619,7 @@ div.fichehalfleft {
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 20px);\n";
} ?>
margin-bottom: 20px;
}
div.fichehalfright {
<?php if ($conf->browser->layout != 'phone') {

View File

@ -2720,6 +2720,7 @@ div.fichehalfleft {
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 16px);\n";
} ?>
margin-bottom: 20px;
}
div.fichehalfright {
<?php if ($conf->browser->layout != 'phone') {

View File

@ -2161,7 +2161,7 @@ if ($action == 'create' || $action == 'adduserldap') {
if (!empty($groupslist)) {
foreach ($groupslist as $group) {
print '<tr class="oddeven">';
print '<td class="tdoverflowmax150">';
print '<td class="tdoverflowmax200">';
if ($permissiontoeditgroup) {
print $group->getNomUrl(1);
} else {
@ -2179,7 +2179,7 @@ if ($action == 'create' || $action == 'adduserldap') {
print "</td></tr>\n";
}
} else {
print '<tr class="oddeven"><td colspan="3"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
print '<tr class="oddeven"><td colspan="2"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
}
print "</table>";