1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 06:51:28 +00:00

update utility.css related stuff some more

This commit is contained in:
Andrew Dolgov
2013-03-28 13:19:28 +04:00
parent 2137d67496
commit 483f15d538
3 changed files with 31 additions and 11 deletions

View File

@@ -290,7 +290,7 @@ class Pref_Users extends Handler_Protected {
if ($show_password) {
print T_sprintf("Changed password of user <b>%s</b> to <b>%s</b>", $login, $tmp_user_pwd);
} else {
print T_sprintf("Sending new password of user <b>%s</b> to <b>%s</b>", $login, $email);
print_notice(T_sprintf("Sending new password of user <b>%s</b> to <b>%s</b>", $login, $email));
}
require_once 'classes/ttrssmailer.php';