diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-06 18:13:50 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-06 18:13:50 +0200 |
commit | 97c8056d7ee2e9671fe041ae0ec91521fa6a5a17 (patch) | |
tree | c67a86743cdd66d082faf2069704a43c9f4fe27c /includes/admin/views | |
parent | ad23892f50afeae7e2452f92903c96053cca389d (diff) | |
download | gigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.tar.gz gigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.tar.bz2 gigologadmin-97c8056d7ee2e9671fe041ae0ec91521fa6a5a17.zip |
fixed proper class naming for Apply button
Diffstat (limited to 'includes/admin/views')
-rw-r--r-- | includes/admin/views/_concerts_table.php | 2 |
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; } |