mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Changed visual to tree view
This commit is contained in:
parent
1a612ff3a8
commit
7cb8e9dd16
@ -155,7 +155,7 @@ div.tree-table-cell.tree-table-cell-tree {
|
|||||||
|
|
||||||
div.tree-table-cell.tree-table-cell-detail {
|
div.tree-table-cell.tree-table-cell-detail {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
width: 350px;
|
width: 550px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tree-element-detail-closed {
|
div.tree-element-detail-closed {
|
||||||
|
@ -126,6 +126,7 @@ else{
|
|||||||
|
|
||||||
$table = new StdClass();
|
$table = new StdClass();
|
||||||
$table->width = "100%";
|
$table->width = "100%";
|
||||||
|
$table->class='databox filters';
|
||||||
$table->data = array();
|
$table->data = array();
|
||||||
$table->rowspan = array();
|
$table->rowspan = array();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user