[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
raeburn
raeburn at source.lon-capa.org
Thu Apr 5 11:56:14 EDT 2012
raeburn Thu Apr 5 15:56:14 2012 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- Change in loncommon.pm rev 1.1051 now requires class for <a> tag
to eliminate underline for space between icon and text in items
created by &generate_menu()
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.307 loncom/interface/lonhtmlcommon.pm:1.308
--- loncom/interface/lonhtmlcommon.pm:1.307 Wed Apr 4 10:47:29 2012
+++ loncom/interface/lonhtmlcommon.pm Thu Apr 5 15:56:13 2012
@@ -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 @@
$$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},
More information about the LON-CAPA-cvs
mailing list