[Xfce4-commits] <xfce4-docs:xfce4-clipman-plugin-master> index.xsl: Add "Last edited" in the header

Mike Massonnet noreply at xfce.org
Sat Oct 29 12:10:01 CEST 2011


Updating branch refs/heads/xfce4-clipman-plugin-master
         to 30b342acc2f820a86f94fa70a34942c2e2666493 (commit)
       from 744dd08e6e5de3f170206b3dc56cb675e1af483d (commit)

commit 30b342acc2f820a86f94fa70a34942c2e2666493
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat Oct 29 11:02:18 2011 +0200

    index.xsl: Add "Last edited" in the header

 index.xsl |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/index.xsl b/index.xsl
index faf6159..a83af6e 100644
--- a/index.xsl
+++ b/index.xsl
@@ -50,6 +50,13 @@ includes the table of contents with links.
       <xsl:text> </xsl:text>
       <xsl:value-of select="mal:info/mal:revision/@pkgversion"/>.
     </p>
+    <p>
+      <xsl:call-template name="l10n.gettext">
+        <xsl:with-param name="msgid" select="'Last edited:'"/>
+      </xsl:call-template>
+      <xsl:text> </xsl:text>
+      <xsl:value-of select="mal:info/mal:revision/@date"/>.
+    </p>
     <xsl:apply-templates mode="mal2html.block.mode" select="mal:info/mal:license/*">
       <xsl:with-param name="first_child" select="false()"/>
     </xsl:apply-templates>


More information about the Xfce4-commits mailing list