--- loncom/interface/loncommon.pm 2009/05/21 05:27:10 1.692.4.2 +++ loncom/interface/loncommon.pm 2009/05/21 15:43:52 1.692.4.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.4.2 2009/05/21 05:27:10 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.4.3 2009/05/21 15:43:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -976,7 +976,7 @@ sub helpLatexCheatsheet { my ($topic,$text,$not_author) = @_; my $out; my $addOther = ''; - if ($other) { + if ($topic) { $addOther = &Apache::loncommon::help_open_topic($topic,$text, undef, undef, 600) . ''; @@ -4552,6 +4552,7 @@ sub standard_css { my $mail_other_hover = '#669999'; my $table_header = '#DDDDDD'; my $feedback_link_bg = '#BBBBBB'; + my $lg_border_color = '#C8C8C8'; my $border = ($env{'browser.type'} eq 'explorer' || $env{'browser.type'} eq 'safari' ) ? '0 2px 0 2px' @@ -5923,6 +5924,7 @@ sub start_page { } } return $result; +} =pod