Diff for /loncom/interface/lonsearchcat.pm between versions 1.296 and 1.297

version 1.296, 2008/07/15 16:18:41 version 1.297, 2008/08/04 15:28:21
Line 281  sub handler { Line 281  sub handler {
             $closebutton .="onClick='self.close()'";              $closebutton .="onClick='self.close()'";
         }          }
         $closebutton .= ">";          $closebutton .= ">";
           my $txt_import = &mt('IMPORT');
         $importbutton=<<END;          $importbutton=<<END;
 <input type='button' name='import' value='IMPORT'  <input type='button' name='import' value='$txt_import'
 onClick='javascript:select_group()'>  onClick='javascript:select_group()'>
 END  END
     } else {      } else {
Line 2555  END Line 2556  END
     my $server;       my $server; 
     my $status;      my $status;
     my $revise = &revise_button();      my $revise = &revise_button();
       my $txt_total = &mt('Total Matches');
       my $txt_remain = &mt('Time Remaining');
       my $txt_status = &mt('Status');
     $r->print(<<END);      $r->print(<<END);
 <table>  <table>
 <tr><th>Status</th><th>Total Matches</th><th>Time Remaining</th><th></th></tr>  <tr><th>$txt_status</th><th>$txt_total</th><th>$txt_remain</th><th></th></tr>
 <tr>  <tr>
 <td><input type="text" name="status"  value="" size="50" /></td>  <td><input type="text" name="status"  value="" size="50" /></td>
 <td><input type="text" name="count"   value="" size="10" /></td>  <td><input type="text" name="count"   value="" size="10" /></td>

Removed from v.1.296  
changed lines
  Added in v.1.297


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