--- loncom/interface/loncommon.pm 2011/02/26 12:54:52 1.1001 +++ loncom/interface/loncommon.pm 2011/05/03 21:38:40 1.1003 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1001 2011/02/26 12:54:52 raeburn Exp $ +# $Id: loncommon.pm,v 1.1003 2011/05/03 21:38:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -436,6 +436,25 @@ sub studentbrowser_javascript { ENDSTDBRW } +sub resourcebrowser_javascript { + unless ($env{'request.course.id'}) { return ''; } + return (<<'ENDSTDBRW'); + +ENDSTDBRW +} + sub selectstudent_link { my ($form,$unameele,$udomele,$courseadvonly,$clickerid)=@_; my $callargs = "'".&Apache::lonhtmlcommon::entity_encode($form)."','". @@ -5125,6 +5144,7 @@ td.LC_table_cell_checkbox { li.LC_menubuttons_inline_text img,a { cursor:pointer; + text-decoration: none; } .LC_menubuttons_link {