You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/21 12:41:05 UTC

svn commit: r1766010 [3/3] - in /poi/site: publish/changes.html src/documentation/resources/stylesheets/changes2document.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=1766010&r1=1766009&r2=1766010&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl Fri Oct 21 12:41:05 2016
@@ -77,7 +77,7 @@
    <tr>
     <th>Type</th>
     <th>Bug</th>
-    <th>Module</th>
+    <th style="min-width: 100px;">Module</th>
     <th style="width: 100%;">Description</th>
    </tr>
    </thead>
@@ -88,7 +88,9 @@
 
  <xsl:template match="action">
   <tr>
-  <td>
+
+  <!-- TODO: convert to transparent PNG's -->
+  <td style="text-align: center;">
    <icon src="images/{@type}.jpg" alt="{@type}"/>
   </td>
 
@@ -97,7 +99,7 @@
     <xsl:choose>
      <xsl:when test="contains(@fixes-bug, ',')">
       <link href="{$buglist}{translate(normalize-space(@fixes-bug),' ','')}">
-       <xsl:text></xsl:text><xsl:value-of select="normalize-space(@fixes-bug)"/>
+       <xsl:text></xsl:text><xsl:value-of select="normalize-space( translate(@fixes-bug, ',', ' ') )"/>
       </link>
      </xsl:when>
      <xsl:otherwise>



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