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

weissno weissno@source.lon-capa.org
Tue, 24 Feb 2009 19:51:32 -0000


weissno		Tue Feb 24 19:51:32 2009 EDT

  Modified files:              
    /loncom/interface	lonfeedback.pm 
  Log:
  
  replaced the old lettericon feedback.gif with the new one com.png
   
  
  
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.265 loncom/interface/lonfeedback.pm:1.266
--- loncom/interface/lonfeedback.pm:1.265	Wed Feb 18 07:06:15 2009
+++ loncom/interface/lonfeedback.pm	Tue Feb 24 19:51:32 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Feedback
 #
-# $Id: lonfeedback.pm,v 1.265 2009/02/18 07:06:15 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.266 2009/02/24 19:51:32 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -765,7 +765,7 @@
     my $output = '<span class="LC_message_link">'.
                  '  <a href="/adm/feedback?sendmessageonly=1&amp;symb='.
                  &escape($ressymb).'"><img alt="" src="'.
-                 &Apache::loncommon::lonhttpdurl('/adm/lonMisc/feedback.gif').
+                 &Apache::loncommon::lonhttpdurl('/res/adm/pages/com.png').
                  '" border="0" />'.&mt('Send Message').'</a></span>';
     return $output;
 }
@@ -2605,7 +2605,7 @@
             }
         }
     }
-    if ($msgoptions) { $msgoptions='<h2><img src="'.&Apache::loncommon::lonhttpdurl('/adm/lonMisc/feedback.gif').'" />'.&mt('Sending Messages').'</h2>'.$msgoptions; }
+    if ($msgoptions) { $msgoptions='<h2><img src="'.&Apache::loncommon::lonhttpdurl('/res/adm/pages/com.png').'" />'.&mt('Sending Messages').'</h2>'.$msgoptions; }
     if ($discussoptions) { 
 	$discussoptions='<h2><img src="'.&Apache::loncommon::lonhttpdurl('/adm/lonMisc/chat.gif').'" />'.&mt('Discussion Contributions').'</h2>'.$discussoptions; }
     return $msgoptions.$discussoptions;