From: hickert Date: Mon, 12 Nov 2007 15:00:09 +0000 (+0000) Subject: Updated template usage X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=71af5436c624ac9717e84e5760a8f42fbbc02ab7 Updated template usage git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7780 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 @@
- +