summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1649f95)
raw | patch | inline | side by side (parent: 1649f95)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Sep 2010 13:03:27 +0000 (13:03 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/groupware/personal/groupware/class_filterEditor.inc b/gosa-plugins/groupware/personal/groupware/class_filterEditor.inc
index 24411367143c9d1af8d0a139db33cb2b51f66695..5fc90ef6caf64aef104ab50912c910843deabe54 100644 (file)
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);
+ }
+
}
?>
diff --git a/gosa-plugins/groupware/personal/groupware/class_filterManager.inc b/gosa-plugins/groupware/personal/groupware/class_filterManager.inc
index 432767c098190148deb315f6d7aaf2968a6bc098..e3502e367a21d9fa8bd9d0131e913fb3cdadd909 100644 (file)
var $filterListing = NULL;
var $filterRules = array();
+ var $filterEditor = NULL;
function __construct($config,$parent,$rules)
{
diff --git a/gosa-plugins/groupware/personal/groupware/filterEditor.tpl b/gosa-plugins/groupware/personal/groupware/filterEditor.tpl
index fc6d02d6ca8a7203c565a17b347ab21e4e9d6e73..c1ad83a6a5578468635b4cb11a1e57dd9f727657 100644 (file)
+<h3>{t}Filter editor{/t}</h3>
-asdf
+
+{$filterStr}
<hr>
<div class="plugin-actions">