add search for rule 8 and 9

This commit is contained in:
Uwe Steinmann 2024-11-11 14:58:13 +01:00
parent 3a73820fee
commit 7bc95887cb

View File

@ -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;