Diff for /loncom/interface/loncommon.pm between versions 1.692.4.2 and 1.692.4.3

version 1.692.4.2, 2009/05/21 05:27:10 version 1.692.4.3, 2009/05/21 15:43:52
Line 976  sub helpLatexCheatsheet { Line 976  sub helpLatexCheatsheet {
     my ($topic,$text,$not_author) = @_;      my ($topic,$text,$not_author) = @_;
     my $out;      my $out;
     my $addOther = '';      my $addOther = '';
     if ($other) {      if ($topic) {
  $addOther = &Apache::loncommon::help_open_topic($topic,$text,   $addOther = &Apache::loncommon::help_open_topic($topic,$text,
        undef, undef, 600) .         undef, undef, 600) .
    '</td><td>';     '</td><td>';
Line 4552  sub standard_css { Line 4552  sub standard_css {
     my $mail_other_hover     = '#669999';      my $mail_other_hover     = '#669999';
     my $table_header         = '#DDDDDD';      my $table_header         = '#DDDDDD';
     my $feedback_link_bg     = '#BBBBBB';      my $feedback_link_bg     = '#BBBBBB';
       my $lg_border_color      = '#C8C8C8';
   
     my $border = ($env{'browser.type'} eq 'explorer' ||      my $border = ($env{'browser.type'} eq 'explorer' ||
   $env{'browser.type'} eq 'safari'     ) ? '0 2px 0 2px'    $env{'browser.type'} eq 'safari'     ) ? '0 2px 0 2px'
Line 5923  sub start_page { Line 5924  sub start_page {
         }          }
     }      }
     return $result;      return $result;
   }
   
 =pod  =pod
   

Removed from v.1.692.4.2  
changed lines
  Added in v.1.692.4.3


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