Diff for /loncom/interface/lonsearchcourse.pm between versions 1.14 and 1.15

version 1.14, 2024/04/16 21:09:14 version 1.15, 2025/02/04 03:07:44
Line 67  sub menu { Line 67  sub menu {
 <input type="hidden" name="phase" value="results" />  <input type="hidden" name="phase" value="results" />
 ENDCOURSESEARCH  ENDCOURSESEARCH
        $scrout.=&Apache::lonhtmlcommon::start_pick_box().         $scrout.=&Apache::lonhtmlcommon::start_pick_box().
                 &Apache::lonhtmlcommon::row_title($lt{'note'}).                  &Apache::lonhtmlcommon::row_title('<label for="courseexp">'.
                                                     $lt{'note'}.'</label>').
                 &Apache::lonhtmlcommon::textbox('courseexp',                  &Apache::lonhtmlcommon::textbox('courseexp',
                                   $env{'form.courseexp'},40).                                    $env{'form.courseexp'},40,'id="courseexp"').
                 &Apache::lonhtmlcommon::row_closure().                  &Apache::lonhtmlcommon::row_closure().
                 &Apache::lonhtmlcommon::row_title($lt{'options'}).                  &Apache::lonhtmlcommon::row_title($lt{'options'}).
                 '<label>'.&Apache::lonhtmlcommon::checkbox('crsfulltext',$env{'form.crsfulltext'}).$lt{'full'}."</label><br />\n".                  '<label>'.&Apache::lonhtmlcommon::checkbox('crsfulltext',$env{'form.crsfulltext'}).$lt{'full'}."</label><br />\n".

Removed from v.1.14  
changed lines
  Added in v.1.15


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