Diff for /loncom/publisher/lonpublisher.pm between versions 1.258.2.1 and 1.258.2.2

version 1.258.2.1, 2009/08/13 05:35:33 version 1.258.2.2, 2009/08/14 12:26:08
Line 1773  sub phasetwo { Line 1773  sub phasetwo {
         unless ($env{'request.role'} =~ /^aa/) {          unless ($env{'request.role'} =~ /^aa/) {
             $r->print(              $r->print(
                '<hr /><a href="'.$thisdistarget.'"><font size="+2">'.                 '<hr /><a href="'.$thisdistarget.'"><font size="+2">'.
                $&mt('View Published Version').'</font></a>');                 &mt('View Published Version').'</font></a>');
         }          }
         $r->print('<p><a href="'.$thissrc.'"><font size="+2">'.          $r->print('<p><a href="'.$thissrc.'"><font size="+2">'.
   &mt('Back to Source').'</font></a></p>'.    &mt('Back to Source').'</font></a></p>'.

Removed from v.1.258.2.1  
changed lines
  Added in v.1.258.2.2


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