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 "
"; ?>