Diff for /loncom/publisher/lonretrieve.pm between versions 1.23 and 1.25

version 1.23, 2003/09/22 15:39:53 version 1.25, 2004/07/02 09:41:07
Line 94  sub phaseone { Line 94  sub phaseone {
                $r->print(                 $r->print(
                     '&nbsp;&nbsp;<a target=cat href="/adm/diff?filename=/~'.                      '&nbsp;&nbsp;<a target=cat href="/adm/diff?filename=/~'.
                         $uname.$fn.                          $uname.$fn.
                         '&versiontwo=priv&versiontwo='.$version.                          '&versiontwo=priv&versionone='.$version.
                         '">'.&mt('Diffs with Version').' '.$version.'</a>');                          '">'.&mt('Diffs with Version').' '.$version.'</a>');
            }             }
            $r->print('</a></td></tr>');             $r->print('</a></td></tr>');
Line 123  sub phaseone { Line 123  sub phaseone {
 } else {  } else {
     $r->print('<h3>'.&mt('No previous versions published.').'</h3>');      $r->print('<h3>'.&mt('No previous versions published.').'</h3>');
 }  }
       $r->print('<p><a href="/priv/'.$uname.$fn.'">'.&mt('Back to').' '.$fn.
         '</a></p>'); 
 }  }
   
 # ---------------------------------- Interface for presenting specified version  # ---------------------------------- Interface for presenting specified version

Removed from v.1.23  
changed lines
  Added in v.1.25


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