Diff for /loncom/interface/lonsource.pm between versions 1.21 and 1.22

version 1.21, 2008/08/01 16:01:44 version 1.22, 2009/04/04 21:47:41
Line 177  sub copy_file { Line 177  sub copy_file {
         print $fs $file_output;          print $fs $file_output;
     }      }
     $r->print("<br /><br />");      $r->print("<br /><br />");
     $r->print('<input type="button" value="Close Window" name="close" onClick="window.close()">');      $r->print('<input type="button" value="Close Window" name="close" onClick="window.close()" />');
     #Some 1.3'ish feature is to include the derivative feature, will go here..'      #Some 1.3'ish feature is to include the derivative feature, will go here..'
 }  }
   

Removed from v.1.21  
changed lines
  Added in v.1.22


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