diff --git a/go-form-plugin/templates/settings-page.php b/go-form-plugin/templates/settings-page.php index c037b14..ded7c2b 100644 --- a/go-form-plugin/templates/settings-page.php +++ b/go-form-plugin/templates/settings-page.php @@ -38,7 +38,7 @@ if (isset($_GET['error']) && $_GET['error'] == 'egd_update_failed') $form = go_form_get_form_by_id($selected_form_id); $form_name = $form ? $form->name : 'Unknown Form'; echo "

$form_name

"; - echo '
'; + echo '
'; action_button('go_form_delete_form', 'Delete Form', 'Delete this form and ALL entries?', $selected_form_id); action_button('go_form_export_csv', 'Export to CSV', 'Confrm Export', $selected_form_id); @@ -56,7 +56,7 @@ if (isset($_GET['error']) && $_GET['error'] == 'egd_update_failed') echo '

Custom Fields

'; // Add new custom field form - echo '
+ Add New Custom Field'; + echo '
Add New Custom Field'; echo '
'; echo wp_nonce_field('go_form_create_custom_field_action', 'go_form_create_custom_field_nonce', true, false); echo ''; diff --git a/main.php b/main.php index fdce359..50d040b 100644 --- a/main.php +++ b/main.php @@ -2,7 +2,7 @@ /** * Plugin Name: Go Form Plugin * Description: Form plugin for Go players - * Version: 0.05-WIP + * Version: 0.05 * Author: Nikola Petrov */