mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 14:25:18 +02:00
Increase cell height in agent contact table of agent view - #48
This commit is contained in:
parent
1ba76736b8
commit
da366da872
@ -191,7 +191,7 @@ $table_contact->width = '100%';
|
||||
$table_contact->cellspacing = 0;
|
||||
$table_contact->cellpadding = 0;
|
||||
$table_contact->class = 'databox data';
|
||||
$table_contact->style[0] = 'width: 30%;';
|
||||
$table_contact->style[0] = 'width: 30%;height:30px;';
|
||||
$table_contact->style[1] = 'width: 70%;';
|
||||
|
||||
$table_contact->head[0] = ' <span>' . __('Agent contact') . '</span>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user