--- loncom/interface/loncourserespicker.pm 2013/01/03 21:06:38 1.3 +++ loncom/interface/loncourserespicker.pm 2013/05/21 18:54:15 1.6 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: loncourserespicker.pm,v 1.3 2013/01/03 21:06:38 raeburn Exp $ +# $Id: loncourserespicker.pm,v 1.6 2013/05/21 18:54:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,8 +50,8 @@ window used to display the Course Conten =head1 OVERVIEW The main subroutine: &create_picker() will display the hierarchy of folders, -sub-folders, and resources in the Main Course Documents area. Items can be -selected using checkboxes, and/or a "Check All" button. Selection of a folder +sub-folders, and resources in the Main Content area. Items can be selected +using checkboxes, and/or a "Check All" button. Selection of a folder causes the contents of the folder to also be selected automatically. The propagation of check status is recursive into sub-folders. Likewise, if an item deep in a nested set of folders and sub-folders is unchecked, the @@ -282,7 +282,7 @@ sub create_picker { } my $icon = 'src="'.$location.'/unknown.gif" alt=""'; if ($curRes->is_sequence()) { - $icon = 'src="'.$location.'/navmap.folder.open.gif" alt="'.&mt('"Folder').'"'; + $icon = 'src="'.$location.'/navmap.folder.open.gif" alt="'.&mt('Folder').'"'; } elsif ($curRes->is_page()) { $icon = 'src="'.$location.'/navmap.page.open.gif" alt="'.&mt('Composite Page').'"'; } elsif ($curRes->is_problem()) { @@ -341,7 +341,7 @@ sub create_picker { } elsif ($context eq 'examblock') { $display .= ''; + &mt('Copy Choices to Main Window').'" />'; } $display .= '

'; my $numcount = $count + $boards + $startcount; @@ -556,7 +556,7 @@ sub get_navmap_object { $outcome .= &mt('Return to Course Editor'); } $outcome .= ''; - &logthis('IMS export failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); + &Apache::lonnet::logthis('IMS export failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); } elsif ($context eq 'examblock') { $outcome .= ''.&mt('Close window').''; }