dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13885
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 385: Hide URLs as they are now obvious in PDFs
------------------------------------------------------------
revno: 385
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2011-09-12 14:31:52 +0200
message:
Hide URLs as they are now obvious in PDFs
modified:
src/docbkx/en/resources/xsl/fop-cust.xsl
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/resources/xsl/fop-cust.xsl'
--- src/docbkx/en/resources/xsl/fop-cust.xsl 2011-09-12 12:04:23 +0000
+++ src/docbkx/en/resources/xsl/fop-cust.xsl 2011-09-12 12:31:52 +0000
@@ -44,10 +44,15 @@
<xsl:param name="graphicsize.use.img.src.path">0</xsl:param>
<xsl:param name="ignore.image.scaling" select="0"></xsl:param>
-->
+<!--###################################################
+ SGlobal attributes
+ ################################################### -->
<xsl:attribute-set name="xref.properties">
- <xsl:attribute name="color" >blue</xsl:attribute>
- <xsl:attribute name="text-decoration" >underline</xsl:attribute>
+ <xsl:attribute name="color">blue</xsl:attribute>
+ <xsl:attribute name="text-decoration">underline</xsl:attribute>
</xsl:attribute-set>
+ <!-- Hide URL -->
+ <xsl:param name="ulink.show" select="0"/>
<!--###################################################
Custom Title Page