Return to lonparmset.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.426, 2009/01/28 17:00:00 | version 1.427, 2009/01/28 17:13:03 |
---|---|
Line 980 sub print_row { | Line 980 sub print_row { |
if ($automatic) { | if ($automatic) { |
$parm.='<span class="LC_warning"><br />'.&mt('Automatically sets').' '.join(', ',split(/\:/,$automatic)).'</span>'; | $parm.='<span class="LC_warning"><br />'.&mt('Automatically sets').' '.join(', ',split(/\:/,$automatic)).'</span>'; |
} | } |
$r->print('<td style="background-color:'.$defbgone.';">'.$parm.'</td>'); | $r->print('<td>'.$parm.'</td>'); |
my $thismarker=$which; | my $thismarker=$which; |
$thismarker=~s/^parameter\_//; | $thismarker=~s/^parameter\_//; |