[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 30 Aug 2006 19:36:50 -0000


albertel		Wed Aug 30 15:36:50 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - BUG#4991
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.447 loncom/interface/loncommon.pm:1.448
--- loncom/interface/loncommon.pm:1.447	Tue Aug 22 13:15:19 2006
+++ loncom/interface/loncommon.pm	Wed Aug 30 15:36:49 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.447 2006/08/22 17:15:19 raeburn Exp $
+# $Id: loncommon.pm,v 1.448 2006/08/30 19:36:49 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2142,7 +2142,9 @@
         $target = '';
     }
     if ($start) { $link.='&start='.$start; }
-    return qq{<a href="$link" title="$title" $target>$linktext</a>};
+    
+    return qq{<a href="$link" title="$title" $target>$linktext</a>}.
+	&help_open_topic('View_recent_activity');
 }
 
 =pod
@@ -3184,6 +3186,7 @@
 
     my $border = ($env{'browser.type'} eq 'explorer') ? '0px 2px 0px 2px'
 	                                              : '0px 3px 0px 4px';
+
     return <<END;
 h1, h2, h3, th { font-family: $sans }
 a:focus { color: red; background: yellow }