Diff for /rat/lonratedt.pm between versions 1.93 and 1.94

version 1.93, 2009/04/04 21:46:02 version 1.94, 2009/04/23 17:31:25
Line 75  ENDDOCUMENT Line 75  ENDDOCUMENT
   
 sub buttons {  sub buttons {
     my $adv=shift;      my $adv=shift;
     my $output='<form method=post>';           my $output='<form method="post">';     
     if ($adv==1) {      if ($adv==1) {
  $output.='<input type="submit" name="forceadv" value="'.&mt('Edit').'" />'.   $output.='<input type="submit" name="forceadv" value="'.&mt('Edit').'" />'.
     &Apache::loncommon::help_open_topic('Sequence_Advanced_Editor_Creation');      &Apache::loncommon::help_open_topic('Sequence_Advanced_Editor_Creation');

Removed from v.1.93  
changed lines
  Added in v.1.94


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