--- loncom/interface/loncommon.pm 2009/12/03 17:50:42 1.925 +++ loncom/interface/loncommon.pm 2009/12/16 01:42:46 1.927 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.925 2009/12/03 17:50:42 bisitz Exp $ +# $Id: loncommon.pm,v 1.927 2009/12/16 01:42:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4545,7 +4545,9 @@ sub bodytag { return $bodytag; } - $bodytag .= qq|
$name $role
|; + unless ($env{'request.symb'} =~ m/\.page___\d+___/) { + $bodytag .= qq|
$name $role
|; + } $bodytag .= Apache::lonhtmlcommon::scripttag( Apache::lonmenu::utilityfunctions(), 'start'); @@ -5515,10 +5517,6 @@ table.LC_notify_front_page td { font-size: 1.2em; } -.LC_topic_bar img { - vertical-align: bottom; -} - table.LC_course_group_status { margin: 20px; }