--- loncom/interface/londocs.pm 2009/07/08 07:51:01 1.375 +++ loncom/interface/londocs.pm 2009/07/10 15:05:28 1.376 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.375 2009/07/08 07:51:01 tempelho Exp $ +# $Id: londocs.pm,v 1.376 2009/07/10 15:05:28 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -278,7 +278,7 @@ sub exportcourse { my $navmap = Apache::lonnavmaps::navmap->new(); if (!defined($navmap)) { $r->print(&Apache::loncommon::start_page('Export '.lc($type).' to IMS content package'). - '

IMS Export Failed

'. + '

'.&mt('IMS Export Failed').'

'. '
'. &mt('Unable to retrieve information about course contents'). '
'.&mt('Return to Course Editor').''); @@ -2933,7 +2933,9 @@ HIDDENFORM } } $r->print('
  • '.&mt('Supplemental Course Documents').'
  • '); - $r->print('
    '); + $r->print('' + .'
    ' + .'
    '); # --------------------------------------------------------- Standard documents my $savefolderpath; my $active = 'style="display: none;"';