Diff for /loncom/interface/loncommon.pm between versions 1.754 and 1.755

version 1.754, 2009/02/25 10:04:20 version 1.755, 2009/02/25 13:25:52
Line 923  sub help_open_topic { Line 923  sub help_open_topic {
     }      }
   
     # Add the text      # Add the text
     if ($text ne "") {      if ($text ne "") {
  $template .=    $template.="<a style=\"background-color:#3333AA;\" target=\"_top\" href=\"$link\"><span style=\"color:#FFFFFF;\">$text</span></a>";
             "<table bgcolor='#3333AA' cellspacing='1' cellpadding='1' border='0'><tr>".  
             "<td bgcolor='#5555FF'><a target=\"_top\" href=\"$link\"><span style=\"color:#FFFFFF;font-size:10pt;\">$text</span></a>";  
     }      }
   
     # Add the graphic      # Add the graphic
Line 935  sub help_open_topic { Line 933  sub help_open_topic {
     $template .= <<"ENDTEMPLATE";      $template .= <<"ENDTEMPLATE";
  <a target="_top" href="$link" title="$title"><img src="$helpicon" border="0" alt="(Help: $topic)" /></a>   <a target="_top" href="$link" title="$title"><img src="$helpicon" border="0" alt="(Help: $topic)" /></a>
 ENDTEMPLATE  ENDTEMPLATE
     if ($text ne '') { $template.='</td></tr></table>' };      
     return $template;      return $template;
   
 }  }

Removed from v.1.754  
changed lines
  Added in v.1.755


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