phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default pricebook.xsl,1.3,1.4


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default pricebook.xsl,1.3,1.4
Date: Tue, 04 Mar 2003 14:32:09 -0500

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

Modified Files:
        pricebook.xsl 
Log Message:
no message

Index: pricebook.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/pricebook.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pricebook.xsl       4 Mar 2003 10:48:51 -0000       1.3
--- pricebook.xsl       4 Mar 2003 19:32:04 -0000       1.4
***************
*** 205,215 ****
                                </td>
                                <td align="center">
!                                       <input type="checkbox" 
name="values[update][{counter}]" value="{counter}"  
onMouseout="window.status='';return true;">
!                                               <xsl:attribute 
name="onMouseover">
!                                                       
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_select_statustext"/>
!                                                       <xsl:text>'; return 
true;</xsl:text>
!                                               </xsl:attribute>
!                                       </input>
                                </td>
                        </tr>
--- 205,219 ----
                                </td>
                                <td align="center">
!                                       <xsl:choose>
!                                               <xsl:when test="total_cost!=''">
!                                                       <input type="checkbox" 
name="values[update][{counter}]" value="{counter}"  
onMouseout="window.status='';return true;">
!                                                               <xsl:attribute 
name="onMouseover">
!                                                                       
<xsl:text>window.status='</xsl:text>
!                                                                               
<xsl:value-of select="lang_select_statustext"/>
!                                                                       
<xsl:text>'; return true;</xsl:text>
!                                                               </xsl:attribute>
!                                                       </input>
!                                               </xsl:when>
!                                       </xsl:choose>                           
                
                                </td>
                        </tr>
***************
*** 238,241 ****
--- 242,261 ----
                </xsl:for-each>
                        <tr>
+                               <td class="th_text" align = "left">
+                                       <xsl:value-of select="lang_vendor"/> :
+                               </td>
+                               <td class="th_text" align = "left">
+                                       <xsl:value-of 
select="value_vendor_name"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td class="th_text" align = "left">
+                                       <xsl:value-of select="lang_activity"/> :
+                               </td>
+                               <td class="th_text" align = "left">
+                                       <xsl:value-of 
select="value_activity_code"/>
+                               </td>
+                       </tr>
+                       <tr>
                                <td colspan="3" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
***************
*** 243,256 ****
                        </tr>
                </table>
-               <xsl:variable name="update_action"><xsl:value-of 
select="update_action"/></xsl:variable>
-               <form method="post" name="form" action="{$update_action}">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                <xsl:apply-templates 
select="table_header_prizing"/>
                                <xsl:choose>
!                                       <xsl:when 
test="values_prizing[index_count]!=''">
                                                <xsl:apply-templates 
select="values_prizing"/>
                                        </xsl:when>
                                </xsl:choose>                                   
        
                </table>
                <input type="hidden" name="values[activity_id][0]" 
value="{value_activity_id}" ></input>
                <input type="hidden" name="values[vendor_id][0]" 
value="{value_vendor_id}" ></input>
--- 263,278 ----
                        </tr>
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                <xsl:apply-templates 
select="table_header_prizing"/>
                                <xsl:choose>
!                                       <xsl:when test="value_total_cost!=''">
                                                <xsl:apply-templates 
select="values_prizing"/>
                                        </xsl:when>
                                </xsl:choose>                                   
        
                </table>
+ 
+               <table width="50%" cellpadding="2" cellspacing="2" 
align="center">
+               <xsl:variable name="update_action"><xsl:value-of 
select="update_action"/></xsl:variable>
+               <form method="post" name="form" action="{$update_action}">
                <input type="hidden" name="values[activity_id][0]" 
value="{value_activity_id}" ></input>
                <input type="hidden" name="values[vendor_id][0]" 
value="{value_vendor_id}" ></input>
***************
*** 260,267 ****
                <input type="hidden" name="values[update][0]" value="update" 
></input>
  
-               <table width="50%" cellpadding="2" cellspacing="2" 
align="center">
- 
                                <xsl:choose>
!                                       <xsl:when 
test="values_prizing[index_count]!=''">
                                                <xsl:apply-templates 
select="table_update"/>
                                        </xsl:when>
--- 282,287 ----
                <input type="hidden" name="values[update][0]" value="update" 
></input>
  
                                <xsl:choose>
!                                       <xsl:when test="value_total_cost!=''">
                                                <xsl:apply-templates 
select="table_update"/>
                                        </xsl:when>
***************
*** 271,278 ****
                                </xsl:choose>                                   
        
  
-               </table>
                </form>
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:apply-templates select="table_add"/>
                </table>
                </div>
--- 291,314 ----
                                </xsl:choose>                                   
        
  
                </form>
!                       <tr>
!                               <td>
!                               </td>
!                               <td>
!                               </td>
!                               <td>
!                                       <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
!                                       <form method="post" 
action="{$done_action}">
!                                               <input type="submit" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
!                                                       <xsl:attribute 
name="onMouseover">
!                                                               
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_done_statustext"/>
!                                                               <xsl:text>'; 
return true;</xsl:text>
!                                                       </xsl:attribute>
!                                               </input>
!                                       </form>
!                               </td>
!                       </tr>
                </table>
                </div>





reply via email to

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