summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24a5ce5)
raw | patch | inline | side by side (parent: 24a5ce5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 14:59:59 +0000 (14:59 +0000) | ||
committer | cajus <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 | patch | blob | history |
index c0a0bfdebc845679583913cf20399248bbc7f61e..cce1bae49185f90c5eb22d4c6bb1b6231db6f8d4 100644 (file)
}
- 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> <LABEL for='SCOPE'>"._("Search in subtrees")."</LABEL>";
- }
-
function render()
{