--- loncom/interface/loncommon.pm 2006/09/12 22:13:05 1.453 +++ loncom/interface/loncommon.pm 2006/09/13 21:43:25 1.455 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.453 2006/09/12 22:13:05 albertel Exp $ +# $Id: loncommon.pm,v 1.455 2006/09/13 21:43:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2111,7 +2111,7 @@ sub aboutmewrapper { return; } return ''.$link.''; + ($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.''; } # ------------------------------------------------------------ Syllabus Wrapper @@ -3499,7 +3499,8 @@ table#LC_browser tr.LC_browser_file_unpu table#LC_browser tr.LC_browser_file_obsolete { background: #AAAAAA; } -table#LC_browser tr.LC_browser_file_modified { +table#LC_browser tr.LC_browser_file_modified, +table#LC_browser tr.LC_browser_file_metamodified { background: #FFFF77; } table#LC_browser tr.LC_browser_folder {