phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default location.xsl, 1.19, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default location.xsl, 1.19, 1.20 pricebook.xsl, 1.8, 1.9
Date: Fri, 18 Jul 2003 05:34:57 -0400

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

Modified Files:
        location.xsl pricebook.xsl 
Log Message:
no message

Index: location.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** location.xsl        17 Jul 2003 18:15:50 -0000      1.19
--- location.xsl        18 Jul 2003 09:34:54 -0000      1.20
***************
*** 606,609 ****
--- 606,610 ----
  
        <xsl:template match="stop">
+                       <xsl:call-template name="menu"/> 
                        <table cellpadding="2" cellspacing="2" align="center">
                        <xsl:choose>

Index: pricebook.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/pricebook.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pricebook.xsl       21 May 2003 12:46:39 -0000      1.8
--- pricebook.xsl       18 Jul 2003 09:34:54 -0000      1.9
***************
*** 66,92 ****
                                        <xsl:when 
test="values[activity_id]!=''">
                                                <xsl:apply-templates 
select="values"/>
!                                               <tr>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td></td>
!                                                       <td align="center">
!                                                               <xsl:variable 
name="img_check"><xsl:value-of select="img_check"/></xsl:variable>
!                                                               <a 
href="javascript:check_all_checkbox('values[update]')"><img src="{$img_check}" 
border="0" height="16" width="21" alt="{lang_select_all}"/></a>
!                                                       </td>
!                                                 </tr>
                                        </xsl:when>
                                </xsl:choose>                                   
        
                </table>
                <table width="70%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:apply-templates select="table_update"/>
                </table>
                </form>
--- 66,100 ----
                                        <xsl:when 
test="values[activity_id]!=''">
                                                <xsl:apply-templates 
select="values"/>
!                                               <xsl:choose>
!                                                       <xsl:when 
test="table_update!=''">
!                                                               <tr>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       
<td></td>
!                                                                       <td 
align="center">
!                                                                               
<xsl:variable name="img_check"><xsl:value-of select="img_check"/></xsl:variable>
!                                                                               
<a href="javascript:check_all_checkbox('values[update]')"><img 
src="{$img_check}" border="0" height="16" width="21" 
alt="{lang_select_all}"/></a>
!                                                                       </td>
!                                                                 </tr>
!                                                       </xsl:when>
!                                               </xsl:choose>                   
                        
                                        </xsl:when>
                                </xsl:choose>                                   
        
                </table>
                <table width="70%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:choose>
!                                       <xsl:when test="table_update!=''">
!                                               <xsl:apply-templates 
select="table_update"/>
!                                       </xsl:when>
!                               </xsl:choose>                                   
        
                </table>
                </form>
***************
*** 201,204 ****
--- 209,214 ----
                                </td>
                                <td align="center">
+                               <xsl:choose>
+                                       <xsl:when test="//table_update!=''">
                                        <xsl:choose>
                                                <xsl:when test="total_cost!=''">
***************
*** 212,215 ****
--- 222,227 ----
                                                </xsl:when>
                                        </xsl:choose>                           
                
+                                               </xsl:when>
+                                       </xsl:choose>                           
                
                                </td>
                        </tr>
***************
*** 366,370 ****
                                <xsl:apply-templates 
select="table_header_prizing"/>
                                <xsl:choose>
!                                       <xsl:when test="value_total_cost!=''">
                                                <xsl:apply-templates 
select="values_prizing"/>
                                        </xsl:when>
--- 378,382 ----
                                <xsl:apply-templates 
select="table_header_prizing"/>
                                <xsl:choose>
!                                       <xsl:when test="values_prizing!=''">
                                                <xsl:apply-templates 
select="values_prizing"/>
                                        </xsl:when>
***************
*** 749,759 ****
                        <tr>
                                <td>
!                                       <xsl:value-of select="lang_m_cost"/>
                                </td>
                                <td>
!                                       <input type="text" 
name="values[m_cost]"  size="12" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_m_cost_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
--- 761,771 ----
                        <tr>
                                <td>
!                                       <xsl:value-of select="lang_w_cost"/>
                                </td>
                                <td>
!                                       <input type="text" 
name="values[w_cost]"  size="12" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_w_cost_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
***************
*** 763,773 ****
                        <tr>
                                <td>
!                                       <xsl:value-of select="lang_w_cost"/>
                                </td>
                                <td>
!                                       <input type="text" 
name="values[w_cost]"  size="12" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_w_cost_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
--- 775,785 ----
                        <tr>
                                <td>
!                                       <xsl:value-of select="lang_m_cost"/>
                                </td>
                                <td>
!                                       <input type="text" 
name="values[m_cost]"  size="12" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_m_cost_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>





reply via email to

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