Diff for /loncom/interface/groupsort.pm between versions 1.42 and 1.43

version 1.42, 2006/06/08 07:20:41 version 1.43, 2006/06/08 13:56:31
Line 329  END Line 329  END
         my $resurl = &Apache::loncommon::lastresurl();          my $resurl = &Apache::loncommon::lastresurl();
         $r->print(<<END);          $r->print(<<END);
 <input type="button" name="alter" value="$lt{'ci'}"  <input type="button" name="alter" value="$lt{'ci'}"
  onClick="window.location='$resurl'" />&nbsp;   onClick="window.location='$resurl?catalogmode=import'" />&nbsp;
 <input type="button" name="altersearch" value="$lt{'cs'}"  <input type="button" name="altersearch" value="$lt{'cs'}"
  onClick="window.location='/adm/searchcat'" />&nbsp;   onClick="window.location='/adm/searchcat?catalogmode=import'" />&nbsp;
 END  END
         # ---          # ---
   

Removed from v.1.42  
changed lines
  Added in v.1.43


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