A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-memedit.php
index 658f45675cc87a83e3965e671218a315cb4d3d50..d3c27d7c0fc949cca03d7c055df3f8542eab5242 100644 (file)
@@ -76,7 +76,7 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
                                );
 
                                // Load template
-                               $OUT .= loadTemplate('admin_edit_member_menu_row', true, $data);
+                               $OUT .= loadTemplate('form_submit_member_menu_row', true, $data);
                        } else {
                                // Entry not found?
                                $data = array(
@@ -95,7 +95,7 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
        $content['cnt'] = $cnt;
 
        // Load template
-       loadTemplate('admin_edit_member_menu', false, $content);
+       loadTemplate('form_submit_member_menu', false, $content);
 } elseif ((isFormSent('del')) && (ifPostContainsSelections()) && (!isDemoModeActive())) {
        // Del menu entries with or without confirmation
        $content['sub'] = $SUB;