Diff for /loncom/interface/lonwhatsnew.pm between versions 1.80 and 1.80.2.1

version 1.80, 2008/08/26 01:12:16 version 1.80.2.1, 2008/12/12 15:49:54
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.80  
changed lines
  Added in v.1.80.2.1


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