fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9282] admin: php func in template


From: Sigurd Nes
Subject: [Fmsystem-commits] [9282] admin: php func in template
Date: Fri, 04 May 2012 13:11:22 +0000

Revision: 9282
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9282
Author:   sigurdne
Date:     2012-05-04 13:11:20 +0000 (Fri, 04 May 2012)
Log Message:
-----------
admin: php func in template

Modified Paths:
--------------
    trunk/admin/templates/base/global_message.xsl

Modified: trunk/admin/templates/base/global_message.xsl
===================================================================
--- trunk/admin/templates/base/global_message.xsl       2012-05-04 12:51:36 UTC 
(rev 9281)
+++ trunk/admin/templates/base/global_message.xsl       2012-05-04 13:11:20 UTC 
(rev 9282)
@@ -4,7 +4,7 @@
                <xsl:apply-templates select="global_message"/>
        </xsl:template>
 
-       <xsl:template match="global_message">
+       <xsl:template match="global_message" xmlns:php="http://php.net/xsl";>
                <h1><xsl:value-of select="php:function('lang', 'global 
message')" /></h1>
                <form method="post" action="{form_action}">
                        <table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]