mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
update xsl
This commit is contained in:
parent
4302dad685
commit
2f676b1d26
@ -43,7 +43,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" valign="middle" class="th_text">
|
<td colspan="2" valign="middle" class="th_text">
|
||||||
<xsl:if test="icon != ''">
|
<xsl:if test="icon != ''">
|
||||||
<img src="{$icon}"/><xsl:text> </xsl:text>
|
<img src="{$icon}"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</td>
|
</td>
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
<td class="menubar" width="100%">
|
<td class="menubar" width="100%">
|
||||||
<table width="100%" height="24" cellpadding="0" cellspacing="0">
|
<table width="100%" height="24" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="33%" class="menubar"><xsl:value-of select="user_info_name"/></td>
|
<td width="33%" class="menubar"> <xsl:value-of select="user_info_name"/></td>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="current_users">
|
<xsl:when test="current_users">
|
||||||
<xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable>
|
<xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<td width="33%" align="right" class="menubar"><xsl:value-of select="user_info_date"/></td>
|
<td width="33%" align="right" class="menubar"><xsl:value-of select="user_info_date"/> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user