Added search function

This commit is contained in:
Michał Gdula 2022-07-31 12:50:52 +01:00
parent b54fdbf81e
commit 23c54d6bd7
7 changed files with 101 additions and 15 deletions

View file

@ -19,7 +19,7 @@ function flyout($flyout_header, $flyout_content, $flyout_action) {
}
// Exit button + Div End
echo "<button class='btn alert-default space-top flyout-close'>Cancel</button>
echo "<button class='btn alert-default space-top flyout-close'>Close</button>
</div>";
}
?>