You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2007/03/15 15:47:38 UTC

svn commit: r518645 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft

Author: cdupoirieux
Date: Thu Mar 15 07:47:37 2007
New Revision: 518645

URL: http://svn.apache.org/viewvc?view=rev&rev=518645
Log:
FOR-830 - Thanks to paul bolger.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft?view=diff&rev=518645&r1=518644&r2=518645
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-xml-link.ft Thu Mar 15 07:47:37 2007
@@ -36,14 +36,14 @@
         <xsl:template match="/">
           <forrest:content>
             <forrest:part>
-              <a href="{$filename-noext}.pdf" class="format">
-                <img class="skin" src="{$skin-img-dir}/pdfdoc.gif" 
-                  alt="PDF - icon"/>
-                <span class="caption">PDF</span>
+              <a href="{$filename-noext}.xml" class="format">
+                <img class="skin" src="{$skin-img-dir}/xmldoc.gif" 
+                  alt="xml - icon"/>
+                <span class="caption">XML</span>
               </a>
             </forrest:part>
           </forrest:content>
         </xsl:template>
       </xsl:stylesheet>
-	</forrest:template>
+    </forrest:template>
 </forrest:contract>