--- loncom/publisher/lonretrieve.pm 2006/09/19 21:47:29 1.32 +++ loncom/publisher/lonretrieve.pm 2006/11/10 18:01:08 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to retrieve an old version of a file # -# $Id: lonretrieve.pm,v 1.32 2006/09/19 21:47:29 albertel Exp $ +# $Id: lonretrieve.pm,v 1.33 2006/11/10 18:01:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,10 +125,14 @@ sub phaseone { } $r->print(&Apache::loncommon::end_data_table_row(). &Apache::loncommon::end_data_table(). - '

'. - ''. - &mt('Retrieval of an old version will overwrite the file currently in construction space').'

'. - ''); + '

'.''. + &mt('Retrieval of an old version will overwrite the file currently in construction space').'

'); + if (!$is_meta) { + $r->print('

'.''. + &mt('This will only retrieve the resource, if you want to retrieve the metadata you will need to do that separately.'). + '

'); + } + $r->print(''); } else { $r->print('

'.&mt('No previous versions published.').'

'); }