Diff for /loncom/interface/lonpreferences.pm between versions 1.196.4.1 and 1.196.4.2

version 1.196.4.1, 2012/05/10 18:00:24 version 1.196.4.2, 2012/05/13 19:11:13
Line 2091  push(@{ $menu[0]->{items} }, { Line 2091  push(@{ $menu[0]->{items} }, {
  linktitle => 'Change your password.',   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()) {      if (&can_toggle_namelocking()) {
         push(@{ $menu[0]->{items} }, {          push(@{ $menu[0]->{items} }, {

Removed from v.1.196.4.1  
changed lines
  Added in v.1.196.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>