mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
add search for rule 8 and 9
This commit is contained in:
parent
3a73820fee
commit
7bc95887cb
|
@ -43,7 +43,7 @@ $(document).ready(function() {
|
|||
} /* }}} */
|
||||
|
||||
protected function printListHeader($previewer, $order=false) { /* {{{ */
|
||||
print "<table class=\"table table-condensed\">";
|
||||
print "<table class=\"table table-condensed table-sm\">";
|
||||
print "<thead>\n<tr>\n";
|
||||
print "<th></th>\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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user