Code

Updated filter Editor
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Sep 2010 13:03:27 +0000 (13:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Sep 2010 13:03:27 +0000 (13:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19531 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/class_filterEditor.inc
gosa-plugins/groupware/personal/groupware/class_filterManager.inc
gosa-plugins/groupware/personal/groupware/filterEditor.tpl

index 24411367143c9d1af8d0a139db33cb2b51f66695..5fc90ef6caf64aef104ab50912c910843deabe54 100644 (file)
@@ -12,7 +12,19 @@ class filterEditor extends plugin
     function execute()
     {
         $smarty = get_smarty();
+
+        $smarty->assign('filterStr', $this->renderFilter());    
+
         return($smarty->fetch(get_template_path('filterEditor.tpl',TRUE,dirname(__FILE__))));
     }
+
+    function renderFilter()
+    {
+        $str = "";
+
+
+        return($str);
+    }
+
 }
 ?>
index 432767c098190148deb315f6d7aaf2968a6bc098..e3502e367a21d9fa8bd9d0131e913fb3cdadd909 100644 (file)
@@ -4,6 +4,7 @@ class filterManager extends plugin{
 
     var $filterListing   = NULL;
     var $filterRules = array();
+    var $filterEditor = NULL;
 
     function __construct($config,$parent,$rules)
     {
index fc6d02d6ca8a7203c565a17b347ab21e4e9d6e73..c1ad83a6a5578468635b4cb11a1e57dd9f727657 100644 (file)
@@ -1,5 +1,7 @@
+<h3>{t}Filter editor{/t}</h3>
 
-asdf
+
+{$filterStr}
 
 <hr>
 <div class="plugin-actions">