You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/11/14 09:58:12 UTC

svn commit: r1769584 [3/3] - in /poi/site: publish/changes.html src/documentation/resources/stylesheets/changes2document.xsl src/documentation/skins/common/xslt/html/document2html.xsl

Modified: poi/site/src/documentation/resources/stylesheets/changes2document.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2document.xsl?rev=1769584&r1=1769583&r2=1769584&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl Mon Nov 14 09:58:12 2016
@@ -120,7 +120,7 @@
   <tr>
 
   <td style="text-align: center;">
-   <icon src="skin/images/{@type}.png" alt="{@type}"/>
+   <icon src="skin/images/{@type}.png" alt="{@type}" title="{@type}"/>
   </td>
 
   <td>

Modified: poi/site/src/documentation/skins/common/xslt/html/document2html.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/common/xslt/html/document2html.xsl?rev=1769584&r1=1769583&r2=1769584&view=diff
==============================================================================
--- poi/site/src/documentation/skins/common/xslt/html/document2html.xsl (original)
+++ poi/site/src/documentation/skins/common/xslt/html/document2html.xsl Mon Nov 14 09:58:12 2016
@@ -306,6 +306,9 @@ if (VERSION > 3) {
       <xsl:if test="@width">
         <xsl:attribute name="width"><xsl:value-of select="@width"/></xsl:attribute>
       </xsl:if>
+      <xsl:if test="@title">
+        <xsl:attribute name="title"><xsl:value-of select="@title"/></xsl:attribute>
+      </xsl:if>
     </img>
   </xsl:template>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org