From 19c4d15281c6d259e2f6c85daba5d55544cde9bc Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 24 Aug 2009 13:58:34 +0000 Subject: [PATCH] Updated listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14119 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 3b3e04bd5..c160807a2 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -471,6 +471,12 @@ class listing { } + function getBase() + { + return $this->base; + } + + function parseLayout($layout) { $result= array(); @@ -980,6 +986,10 @@ class listing { $result.= $this->renderSnapshotMenu($separator); break; + case 'exporter': + $result.= $this->renderExporterMenu($separator); + break; + case 'daemon': $result.= $this->renderDaemonMenu($separator); break; @@ -1247,6 +1257,24 @@ class listing { } + function renderExporterMenu($separator) + { + // Presets + $result = ""; + + // Draw entries + $result.= " "._("Export list")." "; + + return($result); + } + + function renderSnapshotActions($row, $dn, $category, $class, $copy= true, $cut= true) { // We can only provide information if we've got a snapshot handler -- 2.30.2