mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed visual error in agent view. Ticket#2786
This commit is contained in:
parent
122fe19de2
commit
3df4b3d9f5
@ -520,7 +520,7 @@ if ($config["agentaccess"] && $access_agent > 0) {
|
|||||||
'</td></tr>' .
|
'</td></tr>' .
|
||||||
'</table>';
|
'</table>';
|
||||||
}
|
}
|
||||||
$table->style[0] = 'width:40%;';
|
$table->style[0] = 'width:40%; vertical-align:top;';
|
||||||
$data[1] = html_print_table($table_contact, true);
|
$data[1] = html_print_table($table_contact, true);
|
||||||
$data[1] .= empty($table_data->data) ?
|
$data[1] .= empty($table_data->data) ?
|
||||||
'' :
|
'' :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user