[Yanel-commits] rev 21465 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Fri Jan 5 16:14:51 CET 2007


Author: michi
Date: 2007-01-05 16:14:50 +0100 (Fri, 05 Jan 2007)
New Revision: 21465

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
namespace i18n deleted

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2007-01-05 11:16:21 UTC (rev 21464)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2007-01-05 15:14:50 UTC (rev 21465)
@@ -11,9 +11,7 @@
   <xsl:template match="/">
     <html>
       <head>
-        <title>
-          Yanel <i18n:text>- Login</i18n:text>
-        </title>
+        <title>Yanel - Login</title>
       </head>
       <body>
         <h1>Login to realm <xsl:value-of select="child::node()/realm/@name"/></h1>




More information about the Yanel-commits mailing list