phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/templates/default wo_hour.xsl,1.4


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default wo_hour.xsl,1.4
Date: Fri, 11 Mar 2005 10:24:00 +0100

Update of property/templates/default

Modified Files:
     Branch: MAIN
            wo_hour.xsl lines: +9 -3

Log Message:
no message

====================================================
Index: property/templates/default/wo_hour.xsl
diff -u property/templates/default/wo_hour.xsl:1.3 
property/templates/default/wo_hour.xsl:1.4
--- property/templates/default/wo_hour.xsl:1.3  Thu Jan 13 16:52:48 2005
+++ property/templates/default/wo_hour.xsl      Fri Mar 11 09:24:32 2005
@@ -355,7 +355,12 @@
                                </table></td></tr>
                        </xsl:when>
                </xsl:choose>
-               <tr><td><xsl:apply-templates select="email_data"/></td></tr>
+               <tr>
+                       <td>
+                               <hr noshade="noshade" width="100%" 
align="center" size="1"/>
+                               <xsl:apply-templates select="email_data"/>
+                       </td>
+               </tr>
                <tr><td><hr noshade="noshade" width="100%" align="center" 
size="1"/></td></tr>
                        <tr><td><table width="100%" cellpadding="2" 
cellspacing="2" align="center">
                                <xsl:choose>
@@ -440,7 +445,7 @@


        <xsl:template match="email_data">
-               <hr noshade="noshade" width="100%" align="center" size="1"/>
+               <font size="-1">
                <table align="left"><tr><td>
                <table width="70%" cellpadding="2" cellspacing="2" 
align="center">

@@ -635,6 +640,7 @@
                        </xsl:when>
                </xsl:choose>
                </table>
+               </font>
        </xsl:template>

        <xsl:template match="table_header_view_order">






reply via email to

[Prev in Thread] Current Thread [Next in Thread]