From 81a844d1f39d090766155a5506e6cf41b9274268 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 29 Jan 2015 20:59:28 +0100 Subject: [PATCH] Fixed the tree item detail output --- pandora_console/operation/tree2.php | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/pandora_console/operation/tree2.php b/pandora_console/operation/tree2.php index 58056ce40c..3f6f21c55f 100644 --- a/pandora_console/operation/tree2.php +++ b/pandora_console/operation/tree2.php @@ -105,7 +105,8 @@ ui_print_page_header( // --------------------- form filter ----------------------------------- -$table = null; +$table = new StdClass(); +// $table->class = "blank"; $table->width = "100%"; $table->data = array(); $table->rowspan = array(); @@ -160,9 +161,18 @@ ui_require_javascript_file("TreeController", "include/javascript/tree/"); html_print_image('images/spinner.gif', false, array('class' => "loading_tree", 'style' => 'display: none;')); -echo "
"; -echo "
"; -echo "
"; + +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; +echo "
"; echo "
"; ?>