Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 17, 2024
1 parent a480d7c commit b206191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backoffice/instance_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ function print_user_table($newdb, $object)
}
// Action column
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '<td align="center">';
print '<td class="center">';
print '<a href="'.$_SERVER["PHP_SELF"].'?action=resetpassword&token='.newToken().'&remoteid='.((int) $obj->rowid).'&id='.((int) $id).'">'.img_picto($langs->trans('ResetPassword'), 'object_technic').'</a>';
print '</td>';
}
Expand All @@ -1094,7 +1094,7 @@ function print_user_table($newdb, $object)
dol_print_error($newdb);
}
} else {
print '<tr><td class="opacitymedium" colspan="15">'.$langs->trans("FailedToConnectMayBeOldInstance").'</td></tr>';
print '<tr><td colspan="15"><span class="opacitymedium">'.$langs->trans("FailedToConnectMayBeOldInstance").'</span></td></tr>';
}

print "</table>";
Expand Down

0 comments on commit b206191

Please sign in to comment.