Diff for /loncom/interface/lonmsgdisplay.pm between versions 1.101 and 1.103

version 1.101, 2008/12/07 19:29:29 version 1.103, 2008/12/14 00:33:35
Line 1108  ENDDISHEADER Line 1108  ENDDISHEADER
     }      }
             my $localsenttime = &Apache::lonlocal::locallocaltime($sendtime);              my $localsenttime = &Apache::lonlocal::locallocaltime($sendtime);
             my $count = $n +1;              my $count = $n +1;
     $r->print('<td align="right"><nobr>'.(($status eq 'new')?'<b>':'').      $r->print('<td align="right"><span class="LC_nobreak">'.(($status eq 'new')?'<b>':'').
                       $count.'.'.(($status eq 'new')?'</b>':'').'&nbsp;'.                        $count.'.'.(($status eq 'new')?'</b>':'').'&nbsp;'.
                       '<input type="checkbox" name="delmark"'.                         '<input type="checkbox" name="delmark"'. 
                       ' value="'.$origID.'" /></nobr></td>');                        ' value="'.$origID.'" /></span></td>');
             foreach my $item ($localsenttime,$dis_name,$dis_domain,$shortsubj) {              foreach my $item ($localsenttime,$dis_name,$dis_domain,$shortsubj) {
                 $r->print('<td>'.(($status eq 'new')?'<b>':'').                  $r->print('<td>'.(($status eq 'new')?'<b>':'').
                           '<a href="/adm/email?display='.$origID.$sqs.'">'.                            '<a href="/adm/email?display='.$origID.$sqs.'">'.
Line 2314  sub displaymessage { Line 2314  sub displaymessage {
 # Print functions  # Print functions
     $r->print('<div>'      $r->print('<div>'
              .'<fieldset>'               .'<fieldset>'
              .'<legend>'               .'<legend><span class="LC_mail_functions">'
              .&mt('Functions')               .&mt('Functions')
              .'</legend>'               .'</span></legend>'
              .$functionlist               .$functionlist
              .'</fieldset>'               .'</fieldset>'
              .'</div>'               .'</div>'

Removed from v.1.101  
changed lines
  Added in v.1.103


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