mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
update xslt
This commit is contained in:
parent
79f95f0576
commit
659b0cc03a
@ -78,7 +78,7 @@ table.login
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.th_text,.app_header,.th
|
||||
.th_text,.th
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -87,9 +87,5 @@ table.login
|
||||
{
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.app_body
|
||||
{
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -113,17 +113,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN app_header -->
|
||||
<tr valign="top">
|
||||
<td height="15" class="app_body">
|
||||
<xsl:choose>
|
||||
<xsl:when test="app_header">
|
||||
<xsl:choose>
|
||||
<xsl:when test="app_header">
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<xsl:attribute name="class">app_header</xsl:attribute>
|
||||
<xsl:value-of disable-output-escaping="yes" select="app_header"/>
|
||||
<hr/>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<!-- END app_header -->
|
||||
<tr>
|
||||
<td width="100%" height="100%" valign="top" align="center" class="app_body">
|
||||
|
@ -19,6 +19,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
|
||||
<xsl:choose>
|
||||
<xsl:when test="app_header">
|
||||
<tr valign="top" width="100%">
|
||||
<td>
|
||||
<xsl:attribute name="class">app_header</xsl:attribute>
|
||||
<xsl:value-of disable-output-escaping="yes" select="app_header"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<tr valign="top" width="100%">
|
||||
<td>
|
||||
<xsl:choose>
|
||||
@ -36,8 +46,8 @@
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="center" valign="top" class="bottom">
|
||||
<tr valign="bottom">
|
||||
<td align="center" valign="bottom" class="bottom">
|
||||
<!-- BEGIN bottom_part -->
|
||||
<xsl:value-of select="lang_powered_by"/>
|
||||
<a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;">
|
||||
|
Loading…
Reference in New Issue
Block a user