Diff for /loncom/interface/lonprintout.pm between versions 1.640 and 1.641

version 1.640, 2014/02/19 02:12:57 version 1.641, 2014/02/28 19:20:06
Line 5034  sub render { Line 5034  sub render {
     my $PaperType=&mt('Paper type');      my $PaperType=&mt('Paper type');
     my $landscape=&mt('Landscape');      my $landscape=&mt('Landscape');
     my $portrait=&mt('Portrait');      my $portrait=&mt('Portrait');
     my $pdfFormLabel=&mt('PDF-Formfields');      my $pdfFormLabel=&mt('PDF Form Fields');
     my $with=&mt('with Formfields');      my $with=&mt('with Form Fields');
     my $without=&mt('without Formfields');      my $without=&mt('without Form Fields');
           
   
     $result.='<h3>'.&mt('Layout Options').'</h3>'      $result.='<h3>'.&mt('Layout Options').'</h3>'

Removed from v.1.640  
changed lines
  Added in v.1.641


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