From 7f29c3a0d37a76b37b7341b2ec797b2f53600a4b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 24 Mar 2010 13:17:55 +0000 Subject: [PATCH] Updated listing table summary git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17077 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index e529cfb31..0e98dee9b 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -451,6 +451,7 @@ class listing { } // Assign action menu / base + $smarty->assign("HEADLINE", $this->headline); $smarty->assign("ACTIONS", $this->renderActionMenu()); $smarty->assign("BASE", $this->renderBase()); -- 2.30.2