version 1.2, 2012/05/07 02:12:47
|
version 1.3, 2013/01/03 21:06:38
|
Line 223 sub create_picker {
|
Line 223 sub create_picker {
|
} |
} |
$display .= '</div>'; |
$display .= '</div>'; |
} |
} |
my $curRes; |
|
my $lastcontainer = $startcount; |
my $lastcontainer = $startcount; |
$display .= &Apache::loncommon::start_data_table() |
$display .= &Apache::loncommon::start_data_table() |
.&Apache::loncommon::start_data_table_header_row(); |
.&Apache::loncommon::start_data_table_header_row(); |
Line 358 sub create_picker {
|
Line 357 sub create_picker {
|
'add_entries' => { onload => 'javascript:recurseFolders();' }, |
'add_entries' => { onload => 'javascript:recurseFolders();' }, |
}; |
}; |
} |
} |
my $output = &Apache::loncommon::start_page($title,$scripttag,$args); |
$output = &Apache::loncommon::start_page($title,$scripttag,$args); |
if ($context eq 'imsexport') { |
if ($context eq 'imsexport') { |
$output .= &Apache::lonhtmlcommon::breadcrumbs('IMS Export'). |
$output .= &Apache::lonhtmlcommon::breadcrumbs('IMS Export'). |
&Apache::londocs::startContentScreen('tools'); |
&Apache::londocs::startContentScreen('tools'); |