[LON-CAPA-cvs] cvs: loncom /homework response.pm

riegler lon-capa-cvs-allow@mail.lon-capa.org
Fri, 05 Sep 2008 16:14:39 -0000


riegler		Fri Sep  5 12:14:39 2008 EDT

  Modified files:              
    /loncom/homework	response.pm 
  Log:
  added title attribute to pencil-icon.
  
  
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.199 loncom/homework/response.pm:1.200
--- loncom/homework/response.pm:1.199	Thu Sep  4 18:47:19 2008
+++ loncom/homework/response.pm	Fri Sep  5 12:14:38 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.199 2008/09/04 22:47:19 riegler Exp $
+# $Id: response.pm,v 1.200 2008/09/05 16:14:38 riegler Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -533,7 +533,7 @@
     newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable");
 }
 </script>
-<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img class="stift" src='$iconpath/stift.gif' alt='$button' /></a>$helplink
+<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img class="stift" src='$iconpath/stift.gif' alt='$button' title='$button'/></a>$helplink
 ENDFORMULABUTTON
 }