Diff for /loncom/interface/lonsearchcat.pm between versions 1.301 and 1.302

version 1.301, 2008/12/11 14:55:15 version 1.302, 2008/12/12 17:46:25
Line 1154  Outputs: text for box with view options Line 1154  Outputs: text for box with view options
 ######################################################################  ######################################################################
 ######################################################################  ######################################################################
 sub viewoptions {  sub viewoptions {
     my $scrout;      my $scrout = '<span class="LC_nobreak">';
     if (! defined($env{'form.viewselect'})) {       if (! defined($env{'form.viewselect'})) { 
         $env{'form.viewselect'}='detailed';           $env{'form.viewselect'}='detailed'; 
     }      }
Line 1168  sub viewoptions { Line 1168  sub viewoptions {
                                                   undef,                                                    undef,
                                                   (10,20,50,100,1000,10000));                                                    (10,20,50,100,1000,10000));
     $scrout .= ('&nbsp;'x2)      $scrout .= ('&nbsp;'x2)
               .'<span class="LC_nobreak">'  
               .&mt('[_1] Records per Page',$countselect)                .&mt('[_1] Records per Page',$countselect)
               .'</span>'.$/;                .'</span>'.$/;
     return $scrout;      return $scrout;

Removed from v.1.301  
changed lines
  Added in v.1.302


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