cvs: smarty /docs/xsl fo.xsl
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1091126086@cvsserver> |
nlopess Thu Jul 29 14:34:46 2004 EDT
Modified files:
/smarty/docs/xsl fo.xsl
Log:
remove uneeded code
http://cvs.php.net/diff.php/smarty/docs/xsl/fo.xsl?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/xsl/fo.xsl
diff -u smarty/docs/xsl/fo.xsl:1.1 smarty/docs/xsl/fo.xsl:1.2
--- smarty/docs/xsl/fo.xsl:1.1 Thu Jul 29 14:32:04 2004
+++ smarty/docs/xsl/fo.xsl Thu Jul 29 14:34:46 2004
@@ -671,23 +671,6 @@
</xsl:template>
-
-<!-- Add VERSION INFORMATION below FUNCTION name,
- prevent function names from appearing twice
-<xsl:template match="refnamediv">
- <fo:block font-family="sans-serif" font-weight="bold" font-size="20pt">
- <xsl:apply-templates select="refname[1]"/>
- </fo:block>
- <fo:block font-size="11pt">
- (<xsl:value-of select="$version/function[@name=string(current()/refname)]/@from"/>)
- </fo:block>
- <fo:block xsl:use-attribute-sets="normal.para.spacing" font-size="12pt">
- <xsl:apply-templates select="refname[1]"/><xsl:text> - </xsl:text>
- <xsl:apply-templates select="refpurpose"/>
- </fo:block>
-</xsl:template> -->
-
-
<!-- Make the PROTOTYPE an own paragraph -->
<xsl:template match="methodsynopsis">
<fo:block font-size="11pt">
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php