--- loncom/interface/loncommon.pm 2004/11/12 23:29:56 1.230 +++ loncom/interface/loncommon.pm 2004/11/13 21:06:27 1.231 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.230 2004/11/12 23:29:56 raeburn Exp $ +# $Id: loncommon.pm,v 1.231 2004/11/13 21:06:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2560,7 +2560,7 @@ sub bodytag { if (!defined($lonhttpdPort)) { $lonhttpdPort='8080'; } # construct main body tag my $bodytag = < + @@ -2581,7 +2581,6 @@ END # No Remote my $roleinfo=(< -

$ENV{'environment.firstname'} $ENV{'environment.middlename'} @@ -2592,7 +2591,6 @@ END $role 
$realm  -

ENDROLE my $titleinfo = '' - .&Apache::lonhtmlcommon::crumbs($uname.'/'.$thisdisfn,'_top','/priv','','-1') + .&Apache::lonhtmlcommon::crumbs($uname.'/'.$thisdisfn,'_top','/priv','',-1,1)."
" .&Apache::lonhtmlcommon::select_recent('construct','recent','this.form.action=this.form.recent.value;this.form.submit()') .'' .&Apache::lonmenu::constspaceform();