Diff for /loncom/interface/lonindexer.pm between versions 1.181.4.1 and 1.181.4.2

version 1.181.4.1, 2009/05/21 00:36:16 version 1.181.4.2, 2009/08/13 12:46:29
Line 407  function gothere(val) { Line 407  function gothere(val) {
 ENDHEADER  ENDHEADER
   
         my ($headerdom)=($uri=~m{^/res/($match_domain)/});          my ($headerdom)=($uri=~m{^/res/($match_domain)/});
  $r->print(&Apache::loncommon::start_page('Browse Resources',$js,          my %args = (
  {'domain' => $headerdom,}));                        'domain' => $headerdom,
                      );
           if ($env{'form.catalogmode'}) {
               # "Popup mode"
               $args{'only_body'} = 1;
           }
    $r->print(&Apache::loncommon::start_page('Browse Resources',$js,\%args));
 # ---------------------------------- get state of file types to be showing  # ---------------------------------- get state of file types to be showing
  if ($env{'form.only'}) {   if ($env{'form.only'}) {
     $typeselect = $env{'form.only'};      $typeselect = $env{'form.only'};

Removed from v.1.181.4.1  
changed lines
  Added in v.1.181.4.2


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