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;