mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added class data to the table for last activity - #2846
This commit is contained in:
parent
600ee87149
commit
c4c0e89cbe
@ -210,6 +210,7 @@ if (!empty($all_data)) {
|
|||||||
echo '<div id="activity">';
|
echo '<div id="activity">';
|
||||||
|
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
|
$table->class = "databox data";
|
||||||
$table->width = '100%'; //Don't specify px
|
$table->width = '100%'; //Don't specify px
|
||||||
$table->data = array ();
|
$table->data = array ();
|
||||||
$table->size = array ();
|
$table->size = array ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user