Diff for /loncom/interface/lonpreferences.pm between versions 1.69 and 1.69.2.1

version 1.69, 2005/12/09 23:48:06 version 1.69.2.1, 2005/12/28 21:40:25
Line 996  sub coursedisplaychanger { Line 996  sub coursedisplaychanger {
     $r->print(<<ENDLSCREEN);      $r->print(<<ENDLSCREEN);
 <form name="server" action="/adm/preferences" method="post">  <form name="server" action="/adm/preferences" method="post">
 <input type="hidden" name="action" value="verify_and_change_coursepage" />  <input type="hidden" name="action" value="verify_and_change_coursepage" />
   <br />
 <label><input type="radio" name="newdisp" value="firstres" $firstselect /> $whatsnew_off</label><br />  <label><input type="radio" name="newdisp" value="firstres" $firstselect /> $whatsnew_off</label><br />
 <label><input type="radio" name="newdisp" value="whatsnew" $whatsnewselect /> $whatsnew_on</label>  <label><input type="radio" name="newdisp" value="whatsnew" $whatsnewselect /> $whatsnew_on</label>
 ENDLSCREEN  ENDLSCREEN

Removed from v.1.69  
changed lines
  Added in v.1.69.2.1


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