phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default workorder.xsl, 1.19, 1.20


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default workorder.xsl, 1.19, 1.20
Date: Fri, 21 Nov 2003 16:26:37 +0000

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv28882/templates/default

Modified Files:
        workorder.xsl 
Log Message:
no message

Index: workorder.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/workorder.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** workorder.xsl       10 Oct 2003 21:57:15 -0000      1.19
--- workorder.xsl       21 Nov 2003 16:26:34 -0000      1.20
***************
*** 825,867 ****
                
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
!                       <xsl:choose>
!                               <xsl:when test="msgbox_data != ''">
!                                       <tr>
!                                               <td align="left" colspan="3">
!                                                       <xsl:call-template 
name="msgbox"/>
!                                               </td>
!                                       </tr>
!                               </xsl:when>
!                       </xsl:choose>
!                       <xsl:choose>
!                               <xsl:when test="value_project_id!=''">
!                                       <tr>
!                                               <td>
!                                                       <xsl:value-of 
select="lang_project_id"/>
!                                               </td>
!                                               <td>
!                                                       <xsl:variable 
name="project_link"><xsl:value-of select="project_link"/>&amp;id=<xsl:value-of 
select="value_project_id"/></xsl:variable>
!                                                       <a 
href="{$project_link}"><xsl:value-of select="value_project_id"/></a>
!                                                       <input type="hidden" 
name="values[project_id]" value="{value_project_id}"></input>
!                                               </td>
!                                       </tr>
!                               </xsl:when>
!                               <xsl:otherwise>
!                               <tr>
!                                       <td valign="top">
!                                               <xsl:value-of 
select="lang_title"/>
!                                       </td>
!                                       <td>
!                                               <input type="text" 
name="values[project_id]" value="" onMouseout="window.status='';return true;">
!                                                       <xsl:attribute 
name="onMouseover">
!                                                               
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_title_statustext"/>
!                                                               <xsl:text>'; 
return true;</xsl:text>
!                                                       </xsl:attribute>
!                                               </input>
!                                       </td>
                        </tr>
-                               </xsl:otherwise>
-                       </xsl:choose>
                        <tr>
                                <td valign="top">
--- 825,838 ----
                
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
!                       <tr>
!                               <td width="25%" >
!                                       <xsl:value-of select="lang_project_id"/>
!                               </td>
!                               <td width="75%">
!                                       <xsl:variable 
name="project_link"><xsl:value-of select="project_link"/>&amp;id=<xsl:value-of 
select="value_project_id"/></xsl:variable>
!                                       <a href="{$project_link}"><xsl:value-of 
select="value_project_id"/></a>
!                                       <input type="hidden" 
name="values[project_id]" value="{value_project_id}"></input>
!                               </td>
                        </tr>
                        <tr>
                                <td valign="top">
***************
*** 886,897 ****
                                </xsl:for-each>
                        </tr>
!                       <xsl:choose>
!                               <xsl:when test="location_type='form'">
!                                       <xsl:call-template 
name="location_form"/>
!                               </xsl:when>
!                               <xsl:otherwise>
!                                       <xsl:call-template 
name="location_view"/>
!                               </xsl:otherwise>
!                       </xsl:choose>
                        <tr>
                                <td valign="top">
--- 857,861 ----
                                </xsl:for-each>
                        </tr>
!                       <xsl:call-template name="location_view"/>
                        <tr>
                                <td valign="top">
***************
*** 935,964 ****
                                </td>
                        </tr>
-                       <xsl:choose>
-                               <xsl:when test="value_workorder_id!=''">
-                                       <tr>
-                                               <td>
-                                                       <xsl:value-of 
select="lang_workorder_id"/>
-                                               </td>
-                                               <td>
-                                                       <xsl:value-of 
select="value_workorder_id"/>
-                                               </td>
-                                       </tr>   
-                                       <tr>
-                                               <td>
-                                                       <xsl:value-of 
select="lang_copy_workorder"/>
-                                               </td>
-                                               <td>
-                                                       <input type="checkbox" 
name="values[copy_workorder]" value="True"  onMouseout="window.status='';return 
true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                               
<xsl:value-of select="lang_copy_workorder_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                       </input>
-                                               </td>
-                                       </tr>
-                               </xsl:when>
-                       </xsl:choose>
                        <tr>
                                <td>
--- 899,902 ----
***************
*** 974,977 ****
--- 912,923 ----
                        </tr>
                        <tr>
+                               <td>
+                                       <xsl:value-of 
select="lang_workorder_id"/>
+                               </td>
+                               <td>
+                                       <xsl:value-of 
select="value_workorder_id"/>
+                               </td>
+                       </tr>   
+                       <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_title"/>
***************
*** 1107,1110 ****
--- 1053,1063 ----
                                                </xsl:choose>
                                        </xsl:for-each>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td align="left" colspan="2">
+                                       <table>
+                                               <xsl:call-template 
name="hour_data_view"/>
+                                       </table>
                                </td>
                        </tr>





reply via email to

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