Fixed typo

This commit is contained in:
Michał 2022-07-30 11:52:16 +01:00
parent f8585feb25
commit cc9c9ecc79
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@
// Flyout test button
?>
<form method='POST'>
<button class='btn alert-high space-top flyout-display' type='submit' name='test_flyout'>Test button</button>
<button class='btn alert-high space-top-small flyout-display' type='submit' name='test_flyout'>Test button</button>
</form>
</div>

View file

@ -1,5 +1,5 @@
<?php
function flyout($flyout_header, $flyout_description, $flyout_action) {
function flyout($flyout_header, $flyout_content, $flyout_action) {
// Used for background dimming
echo "<div class='flyout-dim'></div>";
// Div Start