Diff for /loncom/interface/lonsimplepage.pm between versions 1.56 and 1.57

version 1.56, 2008/03/20 12:06:51 version 1.57, 2008/10/20 16:29:59
Line 415  sub display_group_links { Line 415  sub display_group_links {
                 $output .= '<td>'.&mt($menu{$tool}{text}).'</td>';                  $output .= '<td>'.&mt($menu{$tool}{text}).'</td>';
             } else {              } else {
                 $output .= '<td><a href="'.$menu{$tool}{href}.'">'.                  $output .= '<td><a href="'.$menu{$tool}{href}.'">'.
                            $menu{$tool}{text}.'</a></td>';                             &mt($menu{$tool}{text}).'</a></td>';
             }              }
         }          }
         $output .= '</tr></table>';          $output .= '</tr></table>';
Line 429  sub display_group_links { Line 429  sub display_group_links {
         if ($context eq 'edit') {          if ($context eq 'edit') {
             $output = &mt('No group functionality.');              $output = &mt('No group functionality.');
         } else {            } else {  
             $output = &mt('No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: <b>[_1]</b>.',&unescape($groupinfo{'description'}));              $output = &mt('No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].','<b>'.&unescape($groupinfo{'description'}).'</b>');
         }          }
         if ($target eq 'tex') {          if ($target eq 'tex') {
             $r->print(&Apache::lonxml::xmlparse($r,'tex',$output));              $r->print(&Apache::lonxml::xmlparse($r,'tex',$output));

Removed from v.1.56  
changed lines
  Added in v.1.57


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