Esempio n. 1
0
    }

    $range_id = $user->id;

    $resUser=new ResourcesUserRoots($range_id);
    $thread=new ShowThread();

    $roots=$resUser->getRoots();
    if (is_array($roots)) {
        foreach ($roots as $a) {
            $thread->showThreadLevel($a);
        }
        echo "<br>&nbsp;";
    } else {
        echo "</td></tr>";
        $msg->displayMsg(12);
    }

    if ($edit_structure_object) {
        echo "</form>";
    }

}

/*****************************************************************************
Listview, die Listendarstellung, views: lists, openobject_main
/*****************************************************************************/
if ($view == "lists" || $view == "openobject_main") {
    require_once ($RELATIVE_PATH_RESOURCES."/views/ShowList.class.php");

    $list=new ShowList();