Merge branch '2846-Descuadre-en-Windows' into 'develop'
Added class data to the table for last activity - #2846 See merge request artica/pandorafms!1818
This commit is contained in:
commit
d0e9875795
|
@ -210,6 +210,7 @@ if (!empty($all_data)) {
|
|||
echo '<div id="activity">';
|
||||
|
||||
$table = new stdClass();
|
||||
$table->class = "databox data";
|
||||
$table->width = '100%'; //Don't specify px
|
||||
$table->data = array ();
|
||||
$table->size = array ();
|
||||
|
|
Loading…
Reference in New Issue