#9954 Fixed table
This commit is contained in:
parent
00c2d3347f
commit
5bca791021
|
@ -63,6 +63,7 @@ switch ($action) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$table = new stdClass();
|
||||||
$table->class = 'info_table';
|
$table->class = 'info_table';
|
||||||
$table->width = '98%';
|
$table->width = '98%';
|
||||||
$table->head[0] = __('Map connection name');
|
$table->head[0] = __('Map connection name');
|
||||||
|
|
|
@ -207,6 +207,7 @@ switch ($action) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$table = new stdClass();
|
||||||
$table->width = '90%';
|
$table->width = '90%';
|
||||||
|
|
||||||
$table->data = [];
|
$table->data = [];
|
||||||
|
|
Loading…
Reference in New Issue