mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed style event list in metaconsole
This commit is contained in:
parent
0b2bdfa72d
commit
b880f8c726
@ -13,17 +13,18 @@
|
|||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
|
||||||
|
$table = new stdClass();
|
||||||
if(!isset($table->width)) {
|
if(!isset($table->width)) {
|
||||||
$table = new stdClass();
|
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table = new stdClass();
|
|
||||||
$table->id = "eventtable";
|
$table->id = "eventtable";
|
||||||
$table->cellpadding = 4;
|
$table->cellpadding = 4;
|
||||||
$table->cellspacing = 4;
|
$table->cellspacing = 4;
|
||||||
if(!isset($table->class)) {
|
if(!isset($table->class)) {
|
||||||
$table->class = "databox data";
|
if (defined("METACONSOLE"))
|
||||||
|
$table->class = "databox";
|
||||||
|
else
|
||||||
|
$table->class = "databox data";
|
||||||
}
|
}
|
||||||
$table->head = array ();
|
$table->head = array ();
|
||||||
$table->data = array ();
|
$table->data = array ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user