--- loncom/interface/slotrequest.pm 2005/10/07 19:44:06 1.19 +++ loncom/interface/slotrequest.pm 2005/10/07 20:00:20 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.19 2005/10/07 19:44:06 albertel Exp $ +# $Id: slotrequest.pm,v 1.20 2005/10/07 20:00:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -501,6 +501,16 @@ sub show_table { $unique=localtime($slots{$slot}{'uniqueperiod'}[0]).','. localtime($slots{$slot}{'uniqueperiod'}[1]); } + + my @proctors = map { + my ($uname,$udom)=split(/@/,$_); + my $fullname=&Apache::loncommon::plainname($uname,$udom); + $fullname=~s/\s/ /g; + &Apache::loncommon::aboutmewrapper($fullname,$uname,$udom); + } (split(/\s*,\s*/,$slots{$slot}->{'proctor'})); + + my $proctors=join(', ',@proctors); + my $edit=(< @@ -519,7 +529,7 @@ EDITFORM $end $slots{$slot}->{'maxspace'} $ids - $slots{$slot}->{'proctor'} + $proctors $unique STUFF