From 1dbcf4474577806ca2ffc665cf5ff9af4ab4ada3 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Fri, 5 Jun 2009 23:43:06 +0200 Subject: [PATCH] Added addBuiltinHelpers() to get the escape() function. --- koward/lib/Koward/View/Object/listall.html.php | 2 ++ koward/lib/Koward/View/Object/search.html.php | 3 +++ 2 files changed, 5 insertions(+) diff --git a/koward/lib/Koward/View/Object/listall.html.php b/koward/lib/Koward/View/Object/listall.html.php index 724ac0a5e..3d1f72a77 100644 --- a/koward/lib/Koward/View/Object/listall.html.php +++ b/koward/lib/Koward/View/Object/listall.html.php @@ -1,6 +1,8 @@ = $this->renderPartial('header'); ?> = $this->renderPartial('menu'); ?> += $this->addBuiltinHelpers(); ?> + = $this->tabs->render($this->object_type); ?> objectlist)): ?> diff --git a/koward/lib/Koward/View/Object/search.html.php b/koward/lib/Koward/View/Object/search.html.php index a3e65b33c..5f2a6fca9 100644 --- a/koward/lib/Koward/View/Object/search.html.php +++ b/koward/lib/Koward/View/Object/search.html.php @@ -1,5 +1,8 @@ = $this->renderPartial('header'); ?> = $this->renderPartial('menu'); ?> + += $this->addBuiltinHelpers(); ?> + objectlist)): ?> = $this->form->renderActive(new Horde_Form_Renderer(), $this->vars, $this->post, 'post'); ?> -- 2.11.0