Changed visual to tree view

This commit is contained in:
m-lopez-f 2015-04-14 10:12:13 +02:00
parent 1a612ff3a8
commit 7cb8e9dd16
2 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@ div.tree-table-cell.tree-table-cell-tree {
div.tree-table-cell.tree-table-cell-detail {
padding-left: 10px;
width: 350px;
width: 550px;
}
div.tree-element-detail-closed {

View File

@ -126,6 +126,7 @@ else{
$table = new StdClass();
$table->width = "100%";
$table->class='databox filters';
$table->data = array();
$table->rowspan = array();