version 1.251, 2013/06/04 23:12:08
|
version 1.253, 2014/06/12 12:08:02
|
Line 389 sub select_course {
|
Line 389 sub select_course {
|
&mt('You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.').'<br /><br />'. |
&mt('You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.').'<br /><br />'. |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table_header_row(). |
&Apache::loncommon::start_data_table_header_row(). |
'<th>Copy to notes?</th>'."\n". |
'<th>'.&mt('Copy to notes?').'</th>'."\n". |
'<th>Field name</th>'."\n". |
'<th>'.&mt('Field Name').'</th>'."\n". |
'<th>Values</th>'."\n". |
'<th>'.&mt('Values').'</th>'."\n". |
&Apache::loncommon::end_data_table_header_row(). |
&Apache::loncommon::end_data_table_header_row(). |
$transfernotes. |
$transfernotes. |
&Apache::loncommon::end_data_table().'<br />'; |
&Apache::loncommon::end_data_table().'<br />'; |
Line 455 sub prettyprint {
|
Line 455 sub prettyprint {
|
} |
} |
# MIME |
# MIME |
if ($type eq 'mime') { |
if ($type eq 'mime') { |
return '<img src="'.&Apache::loncommon::icon($value).'" /> '. |
return '<img src="'.&Apache::loncommon::icon($value).'" alt="" /> '. |
&Apache::loncommon::filedescription($value); |
&Apache::loncommon::filedescription($value); |
} |
} |
# Person |
# Person |
Line 1122 sub print_dynamic_metadata {
|
Line 1122 sub print_dynamic_metadata {
|
if (exists($dynmeta{'stats'})) { |
if (exists($dynmeta{'stats'})) { |
my $table=&Apache::loncommon::start_data_table() |
my $table=&Apache::loncommon::start_data_table() |
.&Apache::loncommon::start_data_table_header_row() |
.&Apache::loncommon::start_data_table_header_row() |
|
.'<th>'.&mt('Domain').'</th>' |
.'<th>'.&mt('Course').'</th>' |
.'<th>'.&mt('Course').'</th>' |
.'<th>'.&mt('Section(s)').'</th>' |
.'<th>'.&mt('Section(s)').'</th>' |
.'<th>'.&mt('Num Students').'</th>' |
.'<th>'.&mt('Num Students').'</th>' |
Line 1142 sub print_dynamic_metadata {
|
Line 1143 sub print_dynamic_metadata {
|
next; |
next; |
} |
} |
$table .= &Apache::loncommon::start_data_table_row(); |
$table .= &Apache::loncommon::start_data_table_row(); |
|
$table .= |
|
'<td><span class="LC_nobreak">'.$courseinfo{'domain'}.'</span></td>'; |
$table .= |
$table .= |
'<td><span class="LC_nobreak">'.$courseinfo{'description'}.'</span></td>'; |
'<td><span class="LC_nobreak">'.$courseinfo{'description'}.'</span></td>'; |
$table .= |
$table .= |