From fa92b42f6042da065d2aaba308b2959c441d73e5 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 24 Jul 2004 06:25:14 +0000 Subject: [PATCH] Use new icons for enable/disable email address on user profile page --- user/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\">". -- 2.39.5