Diff for /loncom/interface/lonhelpmenu.pm between versions 1.30 and 1.31

version 1.30, 2006/07/14 17:44:11 version 1.31, 2006/07/18 21:55:24
Line 145  SCRIPT_TWO Line 145  SCRIPT_TWO
   
     $r->print('<table id="LC_helpmenu" width="'.$width.'">');      $r->print('<table id="LC_helpmenu" width="'.$width.'">');
   
       my $general_help = &Apache::loncommon::general_help();
     $r->print(<<END);      $r->print(<<END);
   <tr height="50">    <tr height="50">
    <td width='5'>&nbsp;</td>     <td width='5'>&nbsp;</td>
Line 152  SCRIPT_TWO Line 153  SCRIPT_TWO
     <fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' />&nbsp;&nbsp;LON-CAPA help/support</legend>      <fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' />&nbsp;&nbsp;LON-CAPA help/support</legend>
  <table id="LC_helpmenu_links">   <table id="LC_helpmenu_links">
    <tr>     <tr>
    <td><a href="/adm/help/$general_help.hlp" target="bodyframe">
     <img src="$location/help/gif/smallHelp.gif" border="0" alt="(General help)" valign="middle" />&nbsp;General Help</a>&nbsp;</td>
 END  END
     if ($component_url) {      if ($component_url) {
  $r->print("<td><a href=\"$component_url\" target=\"bodyframe\">".   $r->print("<td><a href=\"$component_url\" target=\"bodyframe\">".
   '<img src="'.$location.'/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" />&nbsp;Topic help</a>&nbsp;</td>');    '<img src="'.$location.'/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" />&nbsp;'.$topic.'</a>&nbsp;</td>');
     }      }
     if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) {      if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) {
         $r->print('          $r->print('

Removed from v.1.30  
changed lines
  Added in v.1.31


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