From f5b023daad1a86dd68597be62115c04fa7e0c362 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 24 Jan 2013 09:29:45 +0000 Subject: [PATCH] allow to filter by documents in workflow and by expiration --- views/bootstrap/class.SearchForm.php | 50 ++++++++++++++-------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/views/bootstrap/class.SearchForm.php b/views/bootstrap/class.SearchForm.php index 5cfc17537..ec0e02dfc 100644 --- a/views/bootstrap/class.SearchForm.php +++ b/views/bootstrap/class.SearchForm.php @@ -39,6 +39,7 @@ class LetoDMS_View_SearchForm extends LetoDMS_Bootstrap_Style { $allCats = $this->params['allcategories']; $allUsers = $this->params['allusers']; $enablefullsearch = $this->params['enablefullsearch']; + $workflowmode = $this->params['workflowmode']; $this->htmlStartPage(getMLText("search")); $this->globalNavigation($folder); @@ -133,8 +134,12 @@ function chooseKeywords(target) { :
() + + + + @@ -166,41 +171,36 @@ function chooseKeywords(target) { - +   - + -printDateChooser(-1, "createstart"); -// print "  "; -// printMLText("and"); -// print "  "; -// $this->printDateChooser(-1, "createend"); -?> -\n".getMLText("last_update").":\n"; -echo ""; -printMLText("between"); -print "  "; -$this->printDateChooser(-1, "updatestart"); -print "  "; -printMLText("and"); -print "  "; -$this->printDateChooser(-1, "updateend"); -echo "\n\n"; -*/ -?> -"> +:
() + + + + + +   + + + + + + + + +">