dissabled output-escaping to allow html in the loginscreen message and centered it

This commit is contained in:
Ralf Becker 2003-03-28 15:57:21 +00:00
parent dc1a031c50
commit 2ffaa5997d

View File

@ -37,9 +37,9 @@
<img src="phpgwapi/templates/{$login_layout}/images/logo.png" alt="phpGroupWare" border="0"/> <img src="phpgwapi/templates/{$login_layout}/images/logo.png" alt="phpGroupWare" border="0"/>
</a> </a>
</p> </p>
<p> <div align="center">
<xsl:value-of select="phpgw_loginscreen_message"/> <xsl:value-of disable-output-escaping="yes" select="phpgw_loginscreen_message"/>
</p> </div>
<table cellpadding="2" cellspacing="0" align="center" class="login"> <table cellpadding="2" cellspacing="0" align="center" class="login">
<xsl:choose> <xsl:choose>
<xsl:when test="loginscreen"> <xsl:when test="loginscreen">