From 7bc95887cb61f9014f64474c5dab8651d4b8dc69 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 11 Nov 2024 14:58:13 +0100 Subject: [PATCH] add search for rule 8 and 9 --- views/bootstrap/class.PaperlessViews.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.PaperlessViews.php b/views/bootstrap/class.PaperlessViews.php index 148aff3..14c004b 100644 --- a/views/bootstrap/class.PaperlessViews.php +++ b/views/bootstrap/class.PaperlessViews.php @@ -43,7 +43,7 @@ $(document).ready(function() { } /* }}} */ protected function printListHeader($previewer, $order=false) { /* {{{ */ - print ""; + print "
"; print "\n\n"; print "\n"; if($order) { @@ -101,6 +101,12 @@ $(document).ready(function() { } } break; + case 8: + $aend = makeTsFromDate($rule['value']); + break; + case 9: + $astart = makeTsFromDate($rule['value']); + break; case 13: $aend = makeTsFromDate($rule['value']); break;