--- loncom/interface/loncommon.pm 2006/06/30 00:47:14 1.409 +++ loncom/interface/loncommon.pm 2006/06/30 04:08:07 1.411 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.409 2006/06/30 00:47:14 albertel Exp $ +# $Id: loncommon.pm,v 1.411 2006/06/30 04:08:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2866,15 +2866,12 @@ sub bodytag { return $bodytag; } - + my $name = &plainname($env{'user.name'},$env{'user.domain'}); my $roleinfo=(<
- $env{'environment.firstname'} - $env{'environment.middlename'} - $env{'environment.lastname'} - $env{'environment.generation'} + $name  
@@ -3230,7 +3227,7 @@ table.LC_breadcrumbs td, table.LC_docs_p font-family: $sans; font-size: smaller; } -table.LC_breadcrumbs td.LC_breadcrumb_component, +table.LC_breadcrumbs td.LC_breadcrumbs_component, table.LC_docs_path td.LC_docs_path_component { background: $tabbg; color: $font;