Diff for /loncom/interface/lonprintout.pm between versions 1.504 and 1.505

version 1.504, 2007/07/25 19:15:29 version 1.505, 2007/07/25 20:39:57
Line 2934  CHOOSE_FROM_ANY_SEQUENCE Line 2934  CHOOSE_FROM_ANY_SEQUENCE
  }   }
   
  if ($helper->{'VARS'}->{'construction'}) {    if ($helper->{'VARS'}->{'construction'}) { 
     my $stylevalue=$env{'construct.style'};      my $stylevalue='$Apache::lonnet::env{"construct.style"}';
             my $randseedtext=&mt("Use random seed");              my $randseedtext=&mt("Use random seed");
             my $stylefiletext=&mt("Use style file");              my $stylefiletext=&mt("Use style file");
   
Line 2952  CHOOSE_FROM_ANY_SEQUENCE Line 2952  CHOOSE_FROM_ANY_SEQUENCE
              </td><td></message>               </td><td></message>
              <string variable="style_file" size="40">               <string variable="style_file" size="40">
  <defaultvalue>   <defaultvalue>
             return $env{'construct.style'};              return $stylevalue;
         </defaultvalue>          </defaultvalue>
              </string><message>&nbsp; <a href="javascript:openbrowser('helpform','style_file_forminput','sty')">Select style file</a> </td><tr><td></message>               </string><message>&nbsp; <a href="javascript:openbrowser('helpform','style_file_forminput','sty')">Select style file</a> </td><tr><td></message>
      <choices allowempty="1" multichoice="true" variable="showallfoils">       <choices allowempty="1" multichoice="true" variable="showallfoils">

Removed from v.1.504  
changed lines
  Added in v.1.505


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