]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/user_functions.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / libs / user_functions.php
index 62daf7d8b29527d1d3650b31bc68bda80bf72158..4a24b2d73bbd37c49e4334163e4f45e2362b7f29 100644 (file)
@@ -200,7 +200,7 @@ function addPageNavigation ($numPages, $offset, $showForm, $colspan, $return=fal
 }
 
 // Create email link to user's account
-function generateUserEmailLink($email, $mod = 'admin') {
+function generateUserEmailLink ($email, $mod = 'admin') {
        // Show contact link only if user is confirmed by default
        $locked = " AND `status`='CONFIRMED'";
 
@@ -467,7 +467,7 @@ function doNewUserPassword ($email, $userid) {
                }
        } else {
                // id or email is wrong
-               loadTemplate('admin_settings_saved', false, '<span class="guest_failed">{--GUEST_WRONG_ID_EMAIL--}</span>');
+               loadTemplate('admin_settings_saved', false, '<span class="notice">{--GUEST_WRONG_ID_EMAIL--}</span>');
        }
 
        // Return the error code