app=&$app; $this->app->ActionHandlerInit($this); $this->app->ActionHandler("list","ServicetoolsList"); $this->app->DefaultActionHandler("list"); $this->app->ActionHandlerListen($app); } function ServicetoolsList() { $this->app->erp->MenuEintrag("index.php?module=servicetools&action=list","Übersicht"); $this->app->Tpl->Parse('TAB1',"servicetools_list.tpl"); $this->app->Tpl->Parse('PAGE',"tabview.tpl"); } } ?>