version 1.571, 2025/02/03 19:07:54
|
version 1.572, 2025/02/26 19:50:21
|
Line 1710 END
|
Line 1710 END
|
|
|
# Data |
# Data |
if ($counter) { |
if ($counter) { |
$result.=&Apache::loncommon::start_data_table("LC_tableOfContent"); |
$result.=&Apache::loncommon::start_data_table("LC_tableOfContent"). |
|
&Apache::loncommon::start_data_table_header_row('LC_visually_hidden'). |
|
'<th>'.&mt('Resource or Folder').'</th>'. |
|
'<th>'.&mt('Alerts').'</th>'. |
|
'<th>'.&mt('Status Icon').'</th>'. |
|
'<th>'.&mt('Date/Completion Status').'</th>'. |
|
&Apache::loncommon::end_data_table_row()."\n"; |
} |
} |
|
|
my $res = "Apache::lonnavmaps::resource"; |
my $res = "Apache::lonnavmaps::resource"; |