--- loncom/interface/lonpreferences.pm 2010/05/27 15:57:40 1.186.2.3 +++ loncom/interface/lonpreferences.pm 2010/04/14 13:58:11 1.188 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.186.2.3 2010/05/27 15:57:40 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.188 2010/04/14 13:58:11 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1921,7 +1921,7 @@ my @menu= url => '/adm/preferences?action=changerolespref', permission => 'F', #help => '', - icon => 'role_hotlist.png', + icon => 'sctr.png', linktitle => 'Configure the roles hotlist.' }, { linktext => 'Math display settings', @@ -1985,26 +1985,6 @@ push(@{ $menu[0]->{items} }, { linktitle => 'Change your password.', }); } - if ($env{'environment.remote'} eq 'off') { -push(@{ $menu[1]->{items} }, { - linktext => 'Launch Remote Control', - url => '/adm/remote?url=/adm/preferences&action=launch', - permission => 'F', - #help => '', - icon => 'remotecontrol.png', - linktitle => 'Launch the remote control for LON-CAPA.', - }); - }else{ -push(@{ $menu[1]->{items} }, { - linktext => 'Collapse Remote Control', - url => '/adm/remote?url=/adm/preferences&action=collapse', - permission => 'F', - #help => '', - icon => 'remotecontrol.png', - linktitle => 'Collapse the remote control for LON-CAPA.', - }); - } - if (&can_toggle_namelocking()) { push(@{ $menu[0]->{items} }, { @@ -2037,7 +2017,7 @@ push(@{ $menu[4]->{items} }, { url => '/adm/preferences?action=changecourseinit', permission => 'F', #help => '', - icon => 'course_ini.png', + icon => 'edit-copy.png', linktitle => 'Set the default page to be displayed when you select a course role.', });