Explorar el Código

set red font for deleted user auth

Roman Dmitriev hace 1 año
padre
commit
b414fd2008
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      html/admin/users/editauth.php

+ 1 - 1
html/admin/users/editauth.php

@@ -357,7 +357,7 @@ if ($auth_info['last_found'] == '0000-00-00 00:00:00') {
                 <td colspan=3><input type="submit" name="moveauth" value=<?php print WEB_btn_move; ?>><?php print_login_select($db_link, 'f_new_parent', $auth_info['user_id']); ?></td>
                 <td colspan=3><input type="submit" name="moveauth" value=<?php print WEB_btn_move; ?>><?php print_login_select($db_link, 'f_new_parent', $auth_info['user_id']); ?></td>
                 <?php
                 <?php
                 if ($auth_info['deleted']) {
                 if ($auth_info['deleted']) {
-                    print "<td >" . WEB_deleted . ": " . $auth_info['changed_time'] . "</td>";
+                    print "<td ><font color=red>" . WEB_deleted . ": " . $auth_info['changed_time'] . "</font></td>";
                     print "<td align=right><input type=\"submit\" name=\"recovery\" value='" . WEB_btn_recover . "'></td>";
                     print "<td align=right><input type=\"submit\" name=\"recovery\" value='" . WEB_btn_recover . "'></td>";
                 } else {
                 } else {
                     print "<td ></td>";
                     print "<td ></td>";