Code

Removed old stuff
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:59:59 +0000 (14:59 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:59:59 +0000 (14:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16468 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_filter.inc

index c0a0bfdebc845679583913cf20399248bbc7f61e..cce1bae49185f90c5eb22d4c6bb1b6231db6f8d4 100644 (file)
@@ -218,18 +218,6 @@ class filter {
   }
 
 
-  function renderApply()
-  {
-    return ("<input type='submit' name='apply' value='"._("Apply filter")."'>");
-  }
-
-
-  function renderScope()
-  {
-    $checked= $this->scope == "sub"?" checked":"";
-    return "<input type='checkbox' id='SCOPE' name='SCOPE' value='1' onClick='document.mainform.submit();'$checked>&nbsp;<LABEL for='SCOPE'>"._("Search in subtrees")."</LABEL>";
-  }
-
 
   function render()
   {