Code

Updated template usage
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Nov 2007 15:00:09 +0000 (15:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Nov 2007 15:00:09 +0000 (15:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7780 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ObjectListViewport.inc
tests/ListTest/ObjectListViewport.tpl

index 8de6494ce09d4bcac183b61632881e280edefa25..3a7deac504b220bef414ef220585785869277e26 100644 (file)
@@ -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 */
index 11ebc08ed1329cabee1b23d85cc57f8e7792a29f..1c529f84e6d4f34c4e850a4dbb39b755521e8bd7 100644 (file)
                          <td class='ObjectListViewport_TD_Entries' id='ObjectListViewport_TD_Entries_{$OLV_List_Id}'>
                                <div class='ObjectListViewport_Entry_Cover' id='ObjectListViewport_Entry_Cover_{$OLV_List_Id}'>
                                  <table class='ObjectListViewport_Entry_Table' id='ObjectListViewport_Entry_Table_{$OLV_List_Id}'>
-
+<!--
                                        {foreach from=$OLV_Entries key=key item=item}
                                                {$key}
                                        {/foreach}
+-->
                                  </table>
                                </div>
                          </td>