mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-19 09:55:00 +00:00
Fixed typo
This commit is contained in:
parent
f8585feb25
commit
cc9c9ecc79
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@
|
||||||
// Flyout test button
|
// Flyout test button
|
||||||
?>
|
?>
|
||||||
<form method='POST'>
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
function flyout($flyout_header, $flyout_description, $flyout_action) {
|
function flyout($flyout_header, $flyout_content, $flyout_action) {
|
||||||
// Used for background dimming
|
// Used for background dimming
|
||||||
echo "<div class='flyout-dim'></div>";
|
echo "<div class='flyout-dim'></div>";
|
||||||
// Div Start
|
// Div Start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue