[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] api/skins/default/msgbox.xsl, 1.1.1.1.2.9
From: |
nomail |
Subject: |
[Phpgroupware-cvs] api/skins/default/msgbox.xsl, 1.1.1.1.2.9 |
Date: |
Sun, 11 Jul 2004 10:40:37 +0200 |
Update of /api/skins/default
Modified Files:
Branch: proposal-branch
msgbox.xsl
date: 2004/07/11 08:40:37; author: jengo; state: Exp; lines: +9 -6
Log Message:
Warnings will now showing line and file, since these should be used for debug
purposes
=====================================================================
Index: api/skins/default/msgbox.xsl
diff -u api/skins/default/msgbox.xsl:1.1.1.1.2.8
api/skins/default/msgbox.xsl:1.1.1.1.2.9
--- api/skins/default/msgbox.xsl:1.1.1.1.2.8 Tue Jul 6 07:24:18 2004
+++ api/skins/default/msgbox.xsl Sun Jul 11 08:40:37 2004
@@ -73,11 +73,14 @@
<tr bgcolor="#e6e6e6">
<td><xsl:value-of select="text"
/></td>
</tr>
- <!--
- <tr bgcolor="#e6e6e6">
- <td><xsl:value-of select="file"
/>:<xsl:value-of select="line" /></td>
- </tr>
- -->
+ <xsl:if test="file != '' and line !=
''">
+ <tr bgcolor="#e6e6e6">
+ <td> </td>
+ </tr>
+ <tr bgcolor="#e6e6e6">
+ <td><xsl:value-of
select="file" />:<xsl:value-of select="line" /></td>
+ </tr>
+ </xsl:if>
<tr bgcolor="#e6e6e6">
<td align="center"><img
width="300" height="0" src="api/skins/default/images/spacer.png" alt="" /></td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] api/skins/default/msgbox.xsl, 1.1.1.1.2.9,
nomail <=