Merge branch 'feature/events' into pandora_5.1
This commit is contained in:
commit
28b5fa4793
|
@ -16,6 +16,7 @@
|
||||||
if(!isset($table->width)) {
|
if(!isset($table->width)) {
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->id = "eventtable";
|
$table->id = "eventtable";
|
||||||
$table->cellpadding = 4;
|
$table->cellpadding = 4;
|
||||||
$table->cellspacing = 4;
|
$table->cellspacing = 4;
|
||||||
|
|
Loading…
Reference in New Issue