mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32: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) { /* {{{ */
|
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 "<thead>\n<tr>\n";
|
||||||
print "<th></th>\n";
|
print "<th></th>\n";
|
||||||
if($order) {
|
if($order) {
|
||||||
|
@ -101,6 +101,12 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 8:
|
||||||
|
$aend = makeTsFromDate($rule['value']);
|
||||||
|
break;
|
||||||
|
case 9:
|
||||||
|
$astart = makeTsFromDate($rule['value']);
|
||||||
|
break;
|
||||||
case 13:
|
case 13:
|
||||||
$aend = makeTsFromDate($rule['value']);
|
$aend = makeTsFromDate($rule['value']);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user