CSS
This commit is contained in:
parent
fb5b29a32b
commit
24a9a5ac2d
@ -1461,7 +1461,7 @@ if ($resql)
|
|||||||
{
|
{
|
||||||
$userstatic->id = $obj->fk_user_author;
|
$userstatic->id = $obj->fk_user_author;
|
||||||
$userstatic->login = $obj->login;
|
$userstatic->login = $obj->login;
|
||||||
print '<td align="center">';
|
print '<td class="center tdoverflowmax100">';
|
||||||
if ($userstatic->id) print $userstatic->getLoginUrl(1);
|
if ($userstatic->id) print $userstatic->getLoginUrl(1);
|
||||||
else print ' ';
|
else print ' ';
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user