From: moodler Date: Sat, 24 Jul 2004 06:25:14 +0000 (+0000) Subject: Use new icons for enable/disable email address on user profile page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa92b42f6042da065d2aaba308b2959c441d73e5;p=moodle.git Use new icons for enable/disable email address on user profile page --- diff --git a/user/view.php b/user/view.php index b3a3a4d123..bff7771c2c 100644 --- a/user/view.php +++ b/user/view.php @@ -150,11 +150,11 @@ if ($user->emailstop) { $switchparam = 'enable'; $switchtitle = get_string('emaildisable'); - $switchpix = 'show.gif'; + $switchpix = 'emailno.gif'; } else { $switchparam = 'disable'; $switchtitle = get_string('emailenable'); - $switchpix = 'hide.gif'; + $switchpix = 'email.gif'; } $emailswitch = " id&course=$course->id&$switchparam=$user->id\">".