Diff for /loncom/interface/lonwhatsnew.pm between versions 1.99 and 1.99.2.2

version 1.99, 2010/01/27 13:08:01 version 1.99.2.2, 2010/01/28 22:37:18
Line 348  sub display_actions_box { Line 348  sub display_actions_box {
             &GDBM_READER(),0640)) {              &GDBM_READER(),0640)) {
             my $furl=&HTML::Entities::encode($bighash{'first_url'},'"<>&');              my $furl=&HTML::Entities::encode($bighash{'first_url'},'"<>&');
             untie(%bighash);              untie(%bighash);
             $header .= '<b><a href="'.$furl.'">'.$lt{'gtfr'}.              $r->print('<span style="font-size: larger;"><a href="'.$furl.'">'.$lt{'gtfr'}.
                   '</a></b><br />';                    '</a></span><br />');
         }          }
     }      }
     $header .= &mt('Page set to be displayed after you have selected a role in this '.$lctype).'.'      $r->print(&mt('Page set to be displayed after you have selected a role in this '.$lctype).'.'
               .' <span class="LC_nobreak">'                .' <span class="LC_nobreak">'
               .&mt('Currently: [_1].','<i>'.$currinit.'</i>')                .&mt('Currently: [_1].','<i>'.$currinit.'</i>')
               .'&nbsp;&nbsp;'                .'&nbsp;&nbsp;'
Line 363  sub display_actions_box { Line 363  sub display_actions_box {
                   ,'</a>'                    ,'</a>'
                   ,'<a href="/adm/preferences?action=changecourseinit&amp;refpage='.$refpage.'">'                    ,'<a href="/adm/preferences?action=changecourseinit&amp;refpage='.$refpage.'">'
                   ,'</a>')                    ,'</a>')
               .' </span>';                .' </span><br /><hr />');
   
     $r->print(&Apache::loncommon::head_subbox($header));      $r->print($header);
   
     if ($command eq 'reset') {      if ($command eq 'reset') {
         $result = &process_reset($cdom,$crs);          $result = &process_reset($cdom,$crs);

Removed from v.1.99  
changed lines
  Added in v.1.99.2.2


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