mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +01:00
dissabled output-escaping to allow html in the loginscreen message and centered it
This commit is contained in:
parent
dc1a031c50
commit
2ffaa5997d
@ -37,9 +37,9 @@
|
||||
<img src="phpgwapi/templates/{$login_layout}/images/logo.png" alt="phpGroupWare" border="0"/>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<xsl:value-of select="phpgw_loginscreen_message"/>
|
||||
</p>
|
||||
<div align="center">
|
||||
<xsl:value-of disable-output-escaping="yes" select="phpgw_loginscreen_message"/>
|
||||
</div>
|
||||
<table cellpadding="2" cellspacing="0" align="center" class="login">
|
||||
<xsl:choose>
|
||||
<xsl:when test="loginscreen">
|
||||
|
Loading…
Reference in New Issue
Block a user