--- loncom/homework/bridgetask.pm 2010/11/01 16:32:32 1.256 +++ loncom/homework/bridgetask.pm 2010/12/31 02:40:14 1.257 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.256 2010/11/01 16:32:32 raeburn Exp $ +# $Id: bridgetask.pm,v 1.257 2010/12/31 02:40:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1125,13 +1125,13 @@ sub end_Task { $portheader = &mt('Submit Portfolio Files for Grading'); $porttext = &mt('Indicate the files from your portfolio to be evaluated in grading this task.'); } - $result.="\n".'

'.&Apache::lonhtmlcommon::start_pick_box(). + $result.="\n".'

'.&Apache::lonhtmlcommon::start_pick_box(). &Apache::inputtags::file_selector("$version.0", "bridgetask","*", 'portfolioonly', '

'.$portheader.'


'. $porttext.'
'). - &Apache::lonhtmlcommon::end_pick_box().'

'; + &Apache::lonhtmlcommon::end_pick_box().'
'; } if (!$previous && $status ne 'SHOW_ANSWER' && &show_task($status,$previous)) {