зеркало из https://github.com/mozilla/pjs.git
Bug 124970 Who indents oddly because we aren't using LDAP
r=mcafee
This commit is contained in:
Родитель
ce70e19fe4
Коммит
7f92f3ca04
|
@ -168,8 +168,12 @@ Can't contact the directory server at $ldapserver:$ldapport</font>\n";
|
|||
$checkins = $checkincount{$p};
|
||||
|
||||
print "<tr>\n";
|
||||
print "<td>$fullname{$p}</td>\n";
|
||||
print "<td>" . GenerateUserLookUp($uname, $namepart, $p) . "</td>\n";
|
||||
if ($fullname{$p}) {
|
||||
print "<td>$fullname{$p}</td>\n<td>";
|
||||
} else {
|
||||
print "<td colspan=2>";
|
||||
}
|
||||
print GenerateUserLookUp($uname, $namepart, $p) . "</td>\n";
|
||||
print "<td><a href=\"showcheckins.cgi?person=" . url_quote($uname);
|
||||
print BatchIdPart() . "\"> $checkins ";
|
||||
print Pluralize('change', $checkins) . "</a>$extra</td>\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче