Diff for /loncom/interface/lonbulletin.pm between versions 1.45 and 1.47

version 1.45, 2008/01/19 15:28:52 version 1.47, 2009/02/02 14:31:58
Line 125  sub handler { Line 125  sub handler {
                 
 # --------------------------------------- There is such a user, get environment  # --------------------------------------- There is such a user, get environment
     if ($target ne 'tex') {        if ($target ne 'tex') {  
    my $course_or_group;
    if($group eq ''){
       $course_or_group="Course";
    }else{
       $course_or_group="Group";
    } 
  my $start_page =   my $start_page =
     &Apache::loncommon::start_page("Bulletin Board/Discussion",undef,      &Apache::loncommon::start_page("$course_or_group Discussion Board",undef,
    {'function'       => $forcestudent,     {'function'       => $forcestudent,
     'add_entries'    => \%addentries,      'add_entries'    => \%addentries,
     'domain'         => $dom,      'domain'         => $dom,
Line 181  sub handler { Line 187  sub handler {
           }            }
           $r->print(            $r->print(
   '<p>'.    '<p>'.
 &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'<br /><a href="'.$r->uri.'?'.$query_str.'"><font size="+1">'.&mt('Show Student View').'</font></a>'.  &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'<br /><a href="'.$r->uri.'?'.$query_str.'"><font size="+1">'.&mt('Show Student View').'</font></a>'.
  &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');   &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');
       }  elsif ($privileged and $target ne 'tex') {        }  elsif ($privileged and $target ne 'tex') {
           my $query_str = 'forceedit=edit';            my $query_str = 'forceedit=edit';

Removed from v.1.45  
changed lines
  Added in v.1.47


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