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 2005/10/13 13:25:38 UTC

svn commit: r320737 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft

Author: cdupoirieux
Date: Thu Oct 13 04:25:30 2005
New Revision: 320737

URL: http://svn.apache.org/viewcvs?rev=320737&view=rev
Log:
Class dida does not exist in css. Replaced with format.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft?rev=320737&r1=320736&r2=320737&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themes/resources/templates/content-xml-link.ft Thu Oct 13 04:25:30 2005
@@ -28,7 +28,7 @@
   format="xhtml" name="content-xml-link" inputFormat="xsl" body="true">
       <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 			  <xsl:template name="content-xml-link-body">
-          <a href="{$filename-noext}.xml" class="dida">
+          <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>
@@ -36,4 +36,4 @@
 			
 			</xsl:stylesheet>
 	</forrest:template>
-</forrest:contract>
\ No newline at end of file
+</forrest:contract>