--- loncom/publisher/lonretrieve.pm 2001/05/02 20:34:34 1.7 +++ loncom/publisher/lonretrieve.pm 2001/05/02 23:00:05 1.9 @@ -11,7 +11,7 @@ # 03/23 Guy Albertelli # 03/24,03/29 Gerd Kortemeyer) # -# 03/31,04/03 Gerd Kortemeyer +# 03/31,04/03,05/02 Gerd Kortemeyer package Apache::lonretrieve; @@ -55,7 +55,14 @@ sub phaseone { $version.'">
'. + 'Metadata current version'); + if (&Apache::lonnet::fileembstyle($suffix) eq 'ssi') { + $r->print( + ' Diffs with current Version'); + } + $r->print('
'. 'Retrieval of an old version will '. 'overwrite the file currently in construction space
'. '');