]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_emails.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-edit_emails.php
index a4d49bed3694f6a242d5dedc2985e6a09b58b598..230c7069255eb9b47ecfce500c737360e6bd82a8 100644 (file)
@@ -71,7 +71,7 @@ if (!SQL_HASZERONUMS($result)) {
                SQL_FREERESULT($result);
 
                // Load template
-               loadTemplate('form_submit_email', false, $content);
+               loadTemplate('admin_edit_email', false, $content);
        } elseif (isPostRequestParameterSet('save')) {
                // Save changes
                SQL_QUERY_ESC("UPDATE
@@ -103,14 +103,14 @@ LIMIT 1",
                $OUT = '';
                while ($content = SQL_FETCHARRAY($result)) {
                        // Load row template and switch colors
-                       $OUT .= loadTemplate('form_submit_email_row', true, $content);
+                       $OUT .= loadTemplate('admin_edit_email_row', true, $content);
                } // END - while
 
                // Free memory
                SQL_FREERESULT($result);
 
                // Load email template
-               loadTemplate('form_submit_email_select', false, $OUT);
+               loadTemplate('admin_edit_email_select', false, $OUT);
        }
 } else {
        // No mail orders left in pool