--- loncom/interface/loncommon.pm 2009/08/04 19:53:42 1.876 +++ loncom/interface/loncommon.pm 2009/08/05 13:40:10 1.878 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.876 2009/08/04 19:53:42 raeburn Exp $ +# $Id: loncommon.pm,v 1.878 2009/08/05 13:40:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1194,8 +1194,8 @@ sub help_menu_js { my $template .= <<"ENDTEMPLATE"; <script type="text/javascript"> -// <!-- BEGIN LON-CAPA Internal // <![CDATA[ +// <!-- BEGIN LON-CAPA Internal var banner_link = ''; function helpMenu(target) { var caller = this; @@ -1220,8 +1220,8 @@ function writeHelp(caller) { caller.document.close() caller.focus() } -// ]]> // END LON-CAPA Internal --> +// ]]> </script> ENDTEMPLATE return $template; @@ -4912,10 +4912,6 @@ td.LC_menubuttons_text { font-weight: bold; } -.LC_roleslog_note { - font-size: small; -} - table.LC_data_table, table.LC_mail_list { border: 1px solid #000000;