version 1.123, 2006/06/27 17:48:53
|
version 1.124, 2006/06/28 18:18:44
|
Line 1765 sub course_level_table {
|
Line 1765 sub course_level_table {
|
foreach ('st','ta','ep','in','cc') { |
foreach ('st','ta','ep','in','cc') { |
if (&Apache::lonnet::allowed('c'.$_,$thiscourse)) { |
if (&Apache::lonnet::allowed('c'.$_,$thiscourse)) { |
my $plrole=&Apache::lonnet::plaintext($_); |
my $plrole=&Apache::lonnet::plaintext($_); |
# Was this left in by mistake? |
|
# if ($type eq 'Group') { |
|
# $plrole = &Apache::loncommon::convert_role($plrole,$type); |
|
# } |
|
$table .= <<ENDEXTENT; |
$table .= <<ENDEXTENT; |
<tr bgcolor="#$bgcol"> |
<tr bgcolor="#$bgcol"> |
<td><input type="checkbox" name="act_$protectedcourse\_$_"></td> |
<td><input type="checkbox" name="act_$protectedcourse\_$_"></td> |