From 71af5436c624ac9717e84e5760a8f42fbbc02ab7 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 12 Nov 2007 15:00:09 +0000 Subject: [PATCH] Updated template usage git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7780 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ObjectListViewport.inc | 2 +- tests/ListTest/ObjectListViewport.tpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/class_ObjectListViewport.inc b/include/class_ObjectListViewport.inc index 8de6494ce..3a7deac50 100644 --- a/include/class_ObjectListViewport.inc +++ b/include/class_ObjectListViewport.inc @@ -255,7 +255,7 @@ class ObjectListViewport implements GOsaGuiElement { } $smarty = get_smarty(); - $smarty->assign("OLV_Entries",$objects); + $smarty->assign("OLV_Entries",array("Doesn't work" => "Does not work."));//$objects); $smarty->assign("OLV_List_Id",$this->id); /* Footer variables */ diff --git a/tests/ListTest/ObjectListViewport.tpl b/tests/ListTest/ObjectListViewport.tpl index 11ebc08ed..1c529f84e 100644 --- a/tests/ListTest/ObjectListViewport.tpl +++ b/tests/ListTest/ObjectListViewport.tpl @@ -18,10 +18,11 @@
- +
-- 2.30.2