From: Gunnar Wrobel
Date: Tue, 28 Apr 2009 20:56:08 +0000 (+0200) Subject: Enable object actions. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9a22711e505b5e8117afd3450c9ad366bb3e2544;p=horde.git Enable object actions. --- diff --git a/koward/app/views/Object/view.html.php b/koward/app/views/Object/view.html.php index ecb5cd812..b9da7d298 100644 --- a/koward/app/views/Object/view.html.php +++ b/koward/app/views/Object/view.html.php @@ -1,8 +1,13 @@ = $this->renderPartial('header'); ?> = $this->renderPartial('menu'); ?> actions)) { + echo $this->actions->renderActive(new Horde_Form_Renderer(), $this->vars, + $this->post, 'post'); +} + if (isset($this->form)) { echo $this->form->renderInactive(new Horde_Form_Renderer(), $this->vars); echo $this->edit; -} \ No newline at end of file +}