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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 19 Jul 2006 08:36:13 -0000


albertel		Wed Jul 19 04:36:13 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - remove the orange ? icon
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.430 loncom/interface/loncommon.pm:1.431
--- loncom/interface/loncommon.pm:1.430	Tue Jul 18 17:55:24 2006
+++ loncom/interface/loncommon.pm	Wed Jul 19 04:36:11 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.430 2006/07/18 21:55:24 albertel Exp $
+# $Id: loncommon.pm,v 1.431 2006/07/19 08:36:11 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -832,7 +832,7 @@
 // END LON-CAPA Internal -->
  </script>
 $banner_link
- <a href="$link" title="$title">$text<img src="$helpicon" border="0" alt="(Help Menu)" /></a>
+ <a href="$link" title="$title">$text</a>
 ENDTEMPLATE
     return $template;
 }