Diff for /loncom/interface/lonsupportreq.pm between versions 1.55.6.1 and 1.55.6.2

version 1.55.6.1, 2010/11/29 13:36:43 version 1.55.6.2, 2010/12/02 13:12:11
Line 826  sub print_header { Line 826  sub print_header {
     } else {      } else {
         $reviewtext = &mt('Please review the information in "Log-in help" if you are unable to log-in.');          $reviewtext = &mt('Please review the information in "Log-in help" if you are unable to log-in.');
     }      }
       if ($origurl eq '') {
           $origurl = 'javascript:history.go(-1)';
       }
     $r->print(<<END);      $r->print(<<END);
 <table width="620" border="0" cellspacing="0" cellpadding="0" height="55">   <tr height="50">    <td width='5'>&nbsp;</td>  <table width="620" border="0" cellspacing="0" cellpadding="0" height="55">   <tr height="50">    <td width='5'>&nbsp;</td>
    <td>     <td>

Removed from v.1.55.6.1  
changed lines
  Added in v.1.55.6.2


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