Diff for /loncom/interface/lonhelper.pm between versions 1.180 and 1.180.2.1

version 1.180, 2010/05/24 09:21:18 version 1.180.2.1, 2010/08/14 20:19:42
Line 3679  sub render { Line 3679  sub render {
     }      }
     my $previous = HTML::Entities::encode(&mt("Back"), '<>&"');      my $previous = HTML::Entities::encode(&mt("Back"), '<>&"');
     my $next = HTML::Entities::encode(&mt("Next"), '<>&"');      my $next = HTML::Entities::encode(&mt("Next"), '<>&"');
       my $target = " target='loncapaclient'";
       if ($env{'environment.remote'} eq 'off') {  $target='';  }
     $result .= "<p>\n" .      $result .= "<p>\n" .
  "<form action='".$actionURL."' method='post' >\n" .   "<form action='".$actionURL."' method='post' $target>\n" .
  "<input type='button' onclick='history.go(-1)' value='$previous' />" .   "<input type='button' onclick='history.go(-1)' value='$previous' />" .
  "<input type='hidden' name='orgurl' value='$targetURL' />" .   "<input type='hidden' name='orgurl' value='$targetURL' />" .
  "<input type='hidden' name='selectrole' value='1' />\n" .   "<input type='hidden' name='selectrole' value='1' />\n" .

Removed from v.1.180  
changed lines
  Added in v.1.180.2.1


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