Diff for /loncom/interface/lonwhatsnew.pm between versions 1.79 and 1.80.2.2

version 1.79, 2008/07/09 15:16:14 version 1.80.2.2, 2008/12/17 19:22:00
Line 462  sub display_actions_box { Line 462  sub display_actions_box {
     }      }
   
     $headings{'abovethreshold'} =       $headings{'abovethreshold'} = 
  &mt('Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2] <br /> and total number of '.$stulabel{$crstype}.' with submissions &ge; [_3]',   &mt('(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of '.$stulabel{$crstype}.' with submissions &ge; [_4]',
     $threshold{'av_attempts'},$threshold{'degdiff'},      $threshold{'av_attempts'},$threshold{'degdiff'},
     $threshold{'numstudents'});      '<br />',$threshold{'numstudents'});
   
     my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail','newroles','oldroles');      my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail','newroles','oldroles');
   
Line 687  function toggle_countunread(choice) { Line 687  function toggle_countunread(choice) {
     $r->print('<br/>      $r->print('<br/>
                <input type="button" name="display" value="'.                 <input type="button" name="display" value="'.
                &mt('Change to [_1]',&mt($opposite{$current})).'"                  &mt('Change to [_1]',&mt($opposite{$current})).'" 
                onclick="javascript:toggle_countunread('."'change'".')" />                 onclick="javascript:toggle_countunread('."'change'".')" />'.
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&nbsp;                 ('&nbsp;' x7).
                <input type="button" name="nochange" value="'.                 '<input type="button" name="nochange" value="'.
                &mt("No change").'"                  &mt("No change").'" 
                onclick="javascript:toggle_countunread('."'unchanged'".')" />                 onclick="javascript:toggle_countunread('."'unchanged'".')" />
                </form>');                 </form>');

Removed from v.1.79  
changed lines
  Added in v.1.80.2.2


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