Diff for /loncom/interface/lonsearchcat.pm between versions 1.303 and 1.304

version 1.303, 2008/12/19 23:24:49 version 1.304, 2009/02/10 09:30:16
Line 566  sub course_search { Line 566  sub course_search {
                         if ($url =~m#^adm/wrapper/adm/.*/bulletinboard$#) {                          if ($url =~m#^adm/wrapper/adm/.*/bulletinboard$#) {
                             $url =~s#^adm/wrapper##;                              $url =~s#^adm/wrapper##;
                         }                          }
                         $disctype = &mt('bulletin board');                          $disctype = &mt('discussion board');
                     } else {                      } else {
                         $url = '/res/'.$url;                          $url = '/res/'.$url;
                     }                      }
Line 704  sub print_basic_search_form { Line 704  sub print_basic_search_form {
  'note' => 'Enter terms or phrases, then press "Search" below',   'note' => 'Enter terms or phrases, then press "Search" below',
  'use' => 'use related words',   'use' => 'use related words',
  'full' =>'fulltext search (time consuming)',   'full' =>'fulltext search (time consuming)',
          'disc' => 'search discussion postings (resources and bulletin boards)',           'disc' => 'search discussion postings (resources and discussion boards)',
    );     );
         $scrout.=(<<ENDCOURSESEARCH);          $scrout.=(<<ENDCOURSESEARCH);
 <form name="loncapa_search" method="post" action="/adm/searchcat">  <form name="loncapa_search" method="post" action="/adm/searchcat">

Removed from v.1.303  
changed lines
  Added in v.1.304


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