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

michi at wyona.com michi at wyona.com
Thu Sep 3 09:55:19 CEST 2009


Author: michi
Date: 2009-09-03 09:55:19 +0200 (Thu, 03 Sep 2009)
New Revision: 44576

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
title improved

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-09-03 07:27:38 UTC (rev 44575)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-09-03 07:55:19 UTC (rev 44576)
@@ -17,7 +17,7 @@
   <xsl:template match="/">
     <html>
       <head>
-        <title>Login - Yanel</title>
+        <title>Login to realm "<xsl:value-of select="/yanel:yanel-auth-screen/yanel:realm/@yanel:name"/>" - Yanel</title>
         <link rel="stylesheet" href="{$yanel.back2realm}{$yanel.reservedPrefix}/yanel-css/global.css" type="text/css"/>
       </head>
       <body>



More information about the Yanel-commits mailing list