|
|
@@ -58,11 +58,11 @@ class Route_FixUsersLongLogin extends RouteBase {
|
|
|
<td><?php echo $user->ADM_ADMIN_LEVEL; ?></td>
|
|
|
<td><?php echo $user->A_STATUS; ?></td>
|
|
|
<td><?php echo $user->A_SYNC_LDAP_DATE; ?></td>
|
|
|
- <td style="font-family:monospace;color:green;"><?php echo $newLogin; ?></td>
|
|
|
+ <td style="font-family:monospace;color:<?php echo ($this->getUserByLogin($newLogin)?'red':'green')?>;"><?php echo $newLogin; ?></td>
|
|
|
<td><a target="_blank"
|
|
|
class="btn btn-xs btn-primary"
|
|
|
title="Aktualizuj Login z <?php echo $user->ADM_ACCOUNT; ?> na <?php echo $newLogin; ?> i uruchom synchronizcję do LDAP"
|
|
|
- href="index.php?_route=FixUsersLongLogin&_task=updateLoginAndSync¤tLogin=<?php echo $user->ADM_ACCOUNT; ?>&newLogin=<?php echo $newLogin; ?>">Update and sync.</td>
|
|
|
+ href="index.php?_route=FixUsersLongLogin&_task=updateLoginAndSync¤tLogin=<?php echo $user->ADM_ACCOUNT; ?>&newLogin=<?php echo $newLogin; ?>">Update and sync.</a></td>
|
|
|
</tr>
|
|
|
<?php endforeach; ?>
|
|
|
</table>
|