A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-list_country.php
index 1525b03830f3bf709bc5788144f1e25aee63d437..ef80b5cc6a88d1edbb05f07819db69f3b05aa860 100644 (file)
@@ -86,15 +86,15 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('code')) && (isPostRequest
                        // Edit template
                        $row    = 'admin_list_country_edit_row';
                        $post   = 'modify';
-                       $class  = 'admin_submit';
+                       $class  = 'form_submit';
                        $submit = '{--ADMIN_COUNTRY_EDIT_NOW--}';
                        $title  = '{--ADMIN_COUNTRY_EDIT_TITLE--}';
-                       $reset  = '<input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" /> ';
+                       $reset  = '<input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" /> ';
                } else {
                        // Delete template
                        $row    = 'admin_list_country_del_row';
                        $post   = 'remove';
-                       $class  = 'admin_delete';
+                       $class  = 'form_delete';
                        $submit = '{--ADMIN_COUNTRY_DELETE_NOW--}';
                        $title  = '{--ADMIN_COUNTRY_DELETE_TITLE--}';
                        $reset  = '';