You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/07/12 01:31:18 UTC

svn commit: r215897 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Author: thorsten
Date: Mon Jul 11 16:31:16 2005
New Revision: 215897

URL: http://svn.apache.org/viewcvs?rev=215897&view=rev
Log:
fixed naming convention for the contract names

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml?rev=215897&r1=215896&r2=215897&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml Mon Jul 11 16:31:16 2005
@@ -18,7 +18,7 @@
 
 <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0" >
   <forrest:hook name="export-link">
-    <forrest:contract name="txt-link"/>
-    <forrest:contract name="pdf-link"/>
+    <forrest:contract name="content-txt-link"/>
+    <forrest:contract name="content-pdf-link"/>
   </forrest:hook>
 </forrest:template>