Change size of rows in bulk add alerts. Gitlab: #490

This commit is contained in:
m-lopez-f 2017-03-09 16:09:50 +01:00
parent 8de4984faf
commit a06389b652
1 changed files with 2 additions and 2 deletions

View File

@ -142,9 +142,9 @@ $table->style[0] = 'font-weight: bold; vertical-align:top';
$table->style[2] = 'font-weight: bold; vertical-align:top';
$table->size = array ();
$table->size[0] = '15%';
$table->size[1] = '40%';
$table->size[1] = '25%';
$table->size[2] = '15%';
$table->size[3] = '40%';
$table->size[3] = '30%';
$table->data = array ();