From: Gunnar Wrobel Date: Fri, 5 Jun 2009 21:43:06 +0000 (+0200) Subject: Added addBuiltinHelpers() to get the escape() function. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1dbcf4474577806ca2ffc665cf5ff9af4ab4ada3;p=horde.git Added addBuiltinHelpers() to get the escape() function. --- 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 @@ renderPartial('header'); ?> renderPartial('menu'); ?> +addBuiltinHelpers(); ?> + 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 @@ renderPartial('header'); ?> renderPartial('menu'); ?> + +addBuiltinHelpers(); ?> + objectlist)): ?> form->renderActive(new Horde_Form_Renderer(), $this->vars, $this->post, 'post'); ?>