--- loncom/interface/lonhtmlcommon.pm 2012/04/04 10:47:29 1.307 +++ loncom/interface/lonhtmlcommon.pm 2012/04/05 15:56:13 1.308 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.307 2012/04/04 10:47:29 foxr Exp $ +# $Id: lonhtmlcommon.pm,v 1.308 2012/04/05 15:56:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2855,7 +2855,8 @@ sub generate_menu { $$link{alttext} : $$link{linktext}) }), { href => $$link{url}, - title => mt($$link{linktitle}) + title => mt($$link{linktitle}), + class => 'LC_menubuttons_link' }). $a->(mt($$link{linktext}), { href => $$link{url},