Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.136 and 1.137

version 1.136, 2009/02/04 13:21:54 version 1.137, 2009/04/21 13:28:23
Line 1910  sub CreateInterface { Line 1910  sub CreateInterface {
     }      }
     $showprob_checkbox.= ' />';      $showprob_checkbox.= ' />';
     $Str.= '<span class="LC_nobreak"><label>'.      $Str.= '<span class="LC_nobreak"><label>'.
         &mt('Show problem [_1]',$showprob_checkbox).          &mt('Show problem').' '.$showprob_checkbox.
         '</label></span><br />';          '</label></span><br />';
     ##      ##
     my $analyze_selector = '<select name="AnalyzeOver" >';      my $analyze_selector = '<select name="AnalyzeOver" >';

Removed from v.1.136  
changed lines
  Added in v.1.137


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