phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default investment.xsl,1.2,1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default investment.xsl,1.2,1.3
Date: Wed, 22 Jan 2003 15:16:38 -0500

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

Modified Files:
        investment.xsl 
Log Message:
no message

Index: investment.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/investment.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** investment.xsl      22 Jan 2003 11:20:47 -0000      1.2
--- investment.xsl      22 Jan 2003 20:16:36 -0000      1.3
***************
*** 26,29 ****
--- 26,43 ----
                <form method="post" name="form_search" action="{$form_action}">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <xsl:for-each select="error" >
+                       <tr>
+                               <td class="th_text" colspan="2" align="center">
+                                       <xsl:value-of select="msg"/>
+                               </td>
+                       </tr>
+                       </xsl:for-each>
+                       <xsl:for-each select="message" >
+                       <tr>
+                               <td class="th_text" colspan="2" align="center">
+                                       <xsl:value-of select="msg"/>
+                               </td>
+                       </tr>
+               </xsl:for-each>
                        <tr>
                                <td align="left">
***************
*** 203,209 ****
                                                </td>
                                                <td>
!                                                       <input type="checkbox" 
name="values[update][{counter}]" value="true" 
onMouseout="window.status='';return true;">
!                                                       </input>
!                                               </td>
                                        </xsl:when>
                                </xsl:choose>                                   
        
--- 217,234 ----
                                                </td>
                                                <td>
!                                               <xsl:choose>
!                                               
!                                                       <xsl:when 
test="value_ex !=0">
!                                                               
!                                                                       <input 
type="checkbox" name="values[update][{counter}]" value="{counter}" 
onMouseout="window.status='';return true;">
!                                                                       </input>
!                                                               
!                                                       </xsl:when>
!                                                       <xsl:otherwise>
!                                                               
<xsl:text></xsl:text>
!                                                       </xsl:otherwise>
!                                               
!                                               </xsl:choose>
!                                               </td>                           
                
                                        </xsl:when>
                                </xsl:choose>                                   
        
***************
*** 219,222 ****
--- 244,257 ----
                        <tr>
                                <td>
+                                       <xsl:value-of select="lang_new_index"/>
+                                       <input type="text" 
name="values[new_index]"  size="12" onMouseout="window.status='';return true;" >
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_new_index_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                               <td>
                                        <input type="text" name="date" 
value="{date}" size="12" readonly="readonly" 
onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
***************
*** 238,242 ****
                                        <xsl:variable 
name="update_action"><xsl:value-of select="update_action"/></xsl:variable>
                                        <xsl:variable 
name="lang_update"><xsl:value-of select="lang_update"/></xsl:variable>
!                                               <input type="submit" 
name="update" value="{$lang_update}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
--- 273,277 ----
                                        <xsl:variable 
name="update_action"><xsl:value-of select="update_action"/></xsl:variable>
                                        <xsl:variable 
name="lang_update"><xsl:value-of select="lang_update"/></xsl:variable>
!                                               <input type="submit" 
name="submit_update" value="{$lang_update}" onMouseout="window.status='';return 
true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>





reply via email to

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