Merge branch 'cherry-pick-3f893be7' into 'pandora_6.0'
Merge branch '48-aumentar-altura-de-las-filas-de-la-tabla-agent-contact-en-la-vi… See merge request !132
This commit is contained in:
commit
72d1d6e477
|
@ -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…
Reference in New Issue