version 1.40, 2008/10/27 14:32:30
|
version 1.41, 2009/01/12 01:37:57
|
Line 269 sub print_settings_display {
|
Line 269 sub print_settings_display {
|
$disp_table .= &Apache::loncommon::end_data_table()."\n"; |
$disp_table .= &Apache::loncommon::end_data_table()."\n"; |
&print_header($r,$cdesc); |
&print_header($r,$cdesc); |
$r->print(' |
$r->print(' |
<h3>'.$lt{'caes'}.'</h3> |
<h3>'.$lt{'caes'}.$cdesc.'</h3> |
<p> |
<p> |
<form action="/adm/modifycourse" method="post" name="viewparms"> |
<form action="/adm/modifycourse" method="post" name="viewparms"> |
'.$lt{'cose'}.'<ul><li>'.&mt('Settings that can be modified by a [_1] using the <a href="/adm/populate">Automated Enrollment Manager</a>.',$cctitle).'</li><li>'.&mt('Settings that may only be modified by a [_1] from this menu.',$dctitle).'</li></ul> |
'.$lt{'cose'}.'<ul><li>'.&mt('Settings that can be modified by a [_1] using the <a href="/adm/populate">Automated Enrollment Manager</a>.',$cctitle).'</li><li>'.&mt('Settings that may only be modified by a [_1] from this menu.',$dctitle).'</li></ul> |
Line 1009 ENDSCRIPT
|
Line 1009 ENDSCRIPT
|
$js,$starthash)); |
$js,$starthash)); |
my $bread_text = "View/Modify Courses"; |
my $bread_text = "View/Modify Courses"; |
if ($cdesc ne '') { |
if ($cdesc ne '') { |
$bread_text = "Course Settings: $cdesc"; |
$bread_text = &mt('Course Settings: [_1]',$cdesc); |
} |
my $no_mt = 1; |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($bread_text)); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($bread_text,undef,undef, |
|
undef,undef,$no_mt)); |
|
} else { |
|
$r->print(&Apache::lonhtmlcommon::breadcrumbs($bread_text)); |
|
} |
return; |
return; |
} |
} |
|
|