summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-06 18:13:50 +0200
committerAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-06 18:13:50 +0200
commit97c8056d7ee2e9671fe041ae0ec91521fa6a5a17 (patch)
treec67a86743cdd66d082faf2069704a43c9f4fe27c
parentad23892f50afeae7e2452f92903c96053cca389d (diff)
downloadgigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.tar.gz
gigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.tar.bz2
gigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.zip
fixed proper class naming for Apply button
-rw-r--r--includes/admin/views/_concerts_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php
index d8cd392..25bbef7 100644
--- a/includes/admin/views/_concerts_table.php
+++ b/includes/admin/views/_concerts_table.php
@@ -149,7 +149,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable"))
. checked(isset($_POST['ownconcerts']) ? $_POST['ownconcerts'] : false)
. '><label for="ownconcerts">Show own concerts only</label>';
}
- $select .= '<input class="applybuton" type="submit" value="Apply Filters"></form>';
+ $select .= '<input class="applybutton" type="submit" value="Apply Filters"></form>';
return $select;
}