sgala       01/09/04 04:12:15

  Modified:    webapp/WEB-INF/templates/vm/controls/html jetspeed-tab.vm
                        jetspeed.vm
  Log:
  Added tooltips to actions in jetspeed-vm and jetspeed-tab.vm. (TODO for customizer 
and other places)
  
  Revision  Changes    Path
  1.3       +2 -2      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed-tab.vm
  
  Index: jetspeed-tab.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed-tab.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jetspeed-tab.vm   2001/07/22 20:32:47     1.2
  +++ jetspeed-tab.vm   2001/09/04 11:12:15     1.3
  @@ -18,7 +18,7 @@
           <td valign="middle" bgcolor="$bgcolor">
             <b><a #if ($tab.Link && ($tab.isSelected() == false)) href="$tab.Link" 
#end><font color="$color">$tab.Title</font></a>  </b>
   #foreach ($action in $tab.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>
           <td width="2">&nbsp;</td>
  @@ -29,7 +29,7 @@
         <tr width="100%">    
           <td align="right" 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>      
  
  
  
  1.3       +3 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm
  
  Index: jetspeed.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jetspeed.vm       2001/07/08 21:01:53     1.2
  +++ jetspeed.vm       2001/09/04 11:12:15     1.3
  @@ -6,7 +6,9 @@
       </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>
  
  
  

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

Reply via email to