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.5


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default wo_hour.xsl,1.5
Date: Thu, 11 Aug 2005 12:46:00 +0200

Update of property/templates/default

Modified Files:
     Branch: MAIN
            wo_hour.xsl lines: +24 -20

Log Message:
no message

====================================================
Index: property/templates/default/wo_hour.xsl
diff -u property/templates/default/wo_hour.xsl:1.4 
property/templates/default/wo_hour.xsl:1.5
--- property/templates/default/wo_hour.xsl:1.4  Fri Mar 11 09:24:32 2005
+++ property/templates/default/wo_hour.xsl      Thu Aug 11 10:46:40 2005
@@ -292,7 +292,7 @@

        <xsl:template match="view">
                <xsl:variable name="send_order_action"><xsl:value-of 
select="send_order_action"/></xsl:variable>
-               <table align="left">
+               <table align="left" width="100%">
                <form method="post" action="{$send_order_action}">
                <xsl:choose>
                        <xsl:when test="no_email =''">
@@ -356,13 +356,18 @@
                        </xsl:when>
                </xsl:choose>
                <tr>
-                       <td>
+                       <td align="left">
                                <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">
+               <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>
                                        <xsl:when test="workorder_history=''">
                                                <tr>
@@ -381,7 +386,9 @@
                                                <xsl:apply-templates 
select="workorder_history"/>
                                        </xsl:otherwise>
                                </xsl:choose>
-                       </table></td></tr>
+                               </table>
+                       </td>
+               </tr>
                <xsl:choose>
                        <xsl:when test="no_email =''">
                                <tr><td><xsl:apply-templates 
select="table_send"/></td></tr>
@@ -446,22 +453,22 @@

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

                        <tr>
-                               <td class="th_text"  align="left" width="40%">
+                               <td class="th_text"  align="left">
                                        <xsl:value-of select="lang_date"/>
                                </td>
-                               <td  align="left" width="40%">
+                               <td  align="left" colspan="2">
                                        <xsl:value-of select="date"/>
                                </td>
                        </tr>
                        <tr>
-                               <td class="th_text"  align="left">
+                               <td class="th_text" align="left">
                                        <xsl:value-of select="lang_workorder"/>
                                </td>
-                               <td  align="left">
+                               <td  align="left" colspan="2">
                                        <xsl:value-of select="workorder_id"/>
                                </td>
                        </tr>
@@ -469,7 +476,7 @@
                                <td class="th_text"  align="left">
                                        <xsl:value-of select="lang_to"/>
                                </td>
-                               <td  align="left">
+                               <td  align="left" colspan="2">
                                        <xsl:value-of select="to_name"/>
                                </td>
                        </tr>
@@ -477,7 +484,7 @@
                                <td class="th_text"  align="left" valign="top">
                                        <xsl:value-of select="lang_from"/>
                                </td>
-                               <td  align="left">
+                               <td  align="left" colspan="2">
                                        <xsl:value-of select="lang_district"/>
                                        <xsl:text> </xsl:text>
                                        <xsl:value-of select="district"/>
@@ -497,7 +504,7 @@
                                                <td class="th_text"  
align="left">
                                                        <xsl:value-of 
select="lang_contact_phone"/>
                                                </td>
-                                               <td  align="left">
+                                               <td  align="left" colspan="2">
                                                        <xsl:value-of 
select="contact_phone"/>
                                                </td>
                                        </tr>
@@ -508,7 +515,7 @@
                                <td class="th_text"  align="left">
                                        <xsl:value-of select="lang_title"/>
                                </td>
-                               <td  align="left">
+                               <td  align="left" colspan="2">
                                        <xsl:value-of select="title"/>
                                </td>
                        </tr>
@@ -1639,7 +1646,7 @@
        <xsl:template match="table_send">
                <table width="80%" >
                        <tr>
-                               <td align="center" height="50">
+                               <td align="left" height="50">
                                        <xsl:variable 
name="lang_send_order"><xsl:value-of select="lang_send_order"/></xsl:variable>
                                                <input type="submit" 
name="send_order" value="{$lang_send_order}" 
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
@@ -1652,9 +1659,6 @@
                        </tr>
                </table>
        </xsl:template>
-
-
-

 <!-- add / edit -->







reply via email to

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