From: cajus Date: Mon, 24 Aug 2009 13:58:34 +0000 (+0000) Subject: Updated listing X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19c4d15281c6d259e2f6c85daba5d55544cde9bc;p=gosa.git Updated listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14119 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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