Hi,

This patch adds IE-style tooltips to the controls on a portlet (the
max,min, close icons)

Index: webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm
===================================================================
RCS file:
/home/cvspublic/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm,v
retrieving revision 1.2
diff -u -r1.2 jetspeed.vm
--- webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm      
2001/07/08 21:01:53     1.2
+++ webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm      
2001/09/04 08:33:29
@@ -6,7 +6,7 @@
     </td>
     <td align="right" bgcolor="$!{skin.TitleBackgroundColor}"
nowrap="true" valign="middle">
 #foreach ( $action in $actions )
-      <a href="${action.Link}"><img src="images/${action.Name}.gif"
border="0"></a>
+      <a href="${action.Link}" title="${action.Name}"><img
src="images/${action.Name}.gif" border="0
"></a>
 #end
     </td>
 </tr>

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to