A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index c4344ab7fe1cf49bfc8fdf45379bb847021822b6..e55c5bbd3b1a44bd8b854ce07c97f3e69b828c7d 100644 (file)
@@ -219,11 +219,11 @@ LIMIT 1",
                        $content['id']         = $id;
 
                        // Output row
-                       $OUT .= loadTemplate('admin_edit_rallyes_row', true, $content);
+                       $OUT .= loadTemplate('form_submit_rallyes_row', true, $content);
                } // END - foreach
 
                // Load final template
-               loadTemplate('admin_edit_rallyes', false, $OUT);
+               loadTemplate('form_submit_rallyes', false, $OUT);
        } else {
                // Nothing selected to edit
                loadTemplate('admin_settings_saved', false, '{--RALLYE_NO_RALLYES_SELECTED--}');
@@ -319,7 +319,7 @@ ORDER BY
 
                        // Transfer data into array for the template
                        $row = array(
-                               'select'            => '<input type="checkbox" name="sel[' . $data['id'] . ']" class="admin_normal" value="1" />',
+                               'select'            => '<input type="checkbox" name="sel[' . $data['id'] . ']" class="form_field" value="1" />',
                                'admin_id'          => $data['admin_id'],
                                'login'             => $data['login'],
                                'id'                => $data['id'],