phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default b_account_form.xsl, 1.1, 1.2 project.xsl, 1.15, 1.16 vendor_form.xsl, 1.1, 1.2 workorder.xsl, 1.16, 1.17
Date: Thu, 11 Sep 2003 09:59:50 -0400

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

Modified Files:
        b_account_form.xsl project.xsl vendor_form.xsl workorder.xsl 
Log Message:
no message

Index: b_account_form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/b_account_form.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** b_account_form.xsl  18 Mar 2003 10:51:27 -0000      1.1
--- b_account_form.xsl  11 Sep 2003 13:59:47 -0000      1.2
***************
*** 23,27 ****
                                </td>
                                <td>
!                                       <input size="5" type="text" 
name="b_account_id" value="{value_b_account_id}"  onClick="b_account_lookup();" 
readonly="readonly">
                                        <xsl:attribute name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 23,27 ----
                                </td>
                                <td>
!                                       <input size="5" type="text" 
name="b_account_id" value="{value_b_account_id}" >
                                        <xsl:attribute name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>

Index: project.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/project.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** project.xsl 27 Jul 2003 15:53:25 -0000      1.15
--- project.xsl 11 Sep 2003 13:59:47 -0000      1.16
***************
*** 309,312 ****
--- 309,315 ----
                                                                <xsl:value-of 
select="sum_workorder_budget"/>
                                                        </td>
+                                                       <td class="th_text" 
width="5%" align="right">
+                                                               <xsl:value-of 
select="sum_workorder_calculation"/>
+                                                       </td>
                                                        <td>
                                                        </td>
***************
*** 339,343 ****
                                </td>
                                <td>
!                                       <input type="text" name="start_date" 
value="{value_start_date}" size="12" readonly="readonly" 
onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 342,347 ----
                                </td>
                                <td>
!                                       <xsl:variable 
name="link_calendar_start_date"><xsl:value-of 
select="link_calendar_start_date"/></xsl:variable>
!                                       <input type="text" name="start_date" 
value="{value_start_date}" size="12" onClick="{$link_calendar_start_date}" 
readonly="readonly" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
***************
*** 348,352 ****
                        
                                        <xsl:variable 
name="calendar_gif"><xsl:value-of select="calendar_gif"/></xsl:variable>
-                                       <xsl:variable 
name="link_calendar_start_date"><xsl:value-of 
select="link_calendar_start_date"/></xsl:variable>
                
                                        <a href="javascript:doNothing()" 
onClick="{$link_calendar_start_date}">
--- 352,355 ----
***************
*** 361,365 ****
                                </td>
                                <td>
!                                       <input type="text" name="end_date" 
value="{value_end_date}" size="12" readonly="readonly" 
onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 364,369 ----
                                </td>
                                <td>
!                                       <xsl:variable 
name="link_calendar_end_date"><xsl:value-of 
select="link_calendar_end_date"/></xsl:variable>
!                                       <input type="text" name="end_date" 
value="{value_end_date}" size="12" onClick="{$link_calendar_end_date}" 
readonly="readonly" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
***************
*** 370,374 ****
                        
                                        <xsl:variable 
name="calendar_gif"><xsl:value-of select="calendar_gif"/></xsl:variable>
-                                       <xsl:variable 
name="link_calendar_end_date"><xsl:value-of 
select="link_calendar_end_date"/></xsl:variable>
                
                                        <a href="javascript:doNothing()" 
onClick="{$link_calendar_end_date}">
--- 374,377 ----
***************
*** 544,547 ****
--- 547,553 ----
                                        <xsl:value-of select="budget"/>
                                </td>
+                               <td align="right">
+                                       <xsl:value-of select="calculation"/>
+                               </td>
                                <td align="left">
                                        <xsl:value-of select="vendor_name"/>
***************
*** 653,657 ****
                                </td>
                                <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of select="lang_sum"/>
                                </td>
                                <td class="th_text" width="10%" align="right">
--- 659,666 ----
                                </td>
                                <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of select="lang_budget"/>
!                               </td>
!                               <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of 
select="lang_calculation"/>
                                </td>
                                <td class="th_text" width="10%" align="right">
***************
*** 799,802 ****
--- 808,814 ----
                                                        <td class="th_text" 
width="5%" align="right">
                                                                <xsl:value-of 
select="sum_workorder_budget"/>
+                                                       </td>
+                                                       <td class="th_text" 
width="5%" align="right">
+                                                               <xsl:value-of 
select="sum_workorder_calculation"/>
                                                        </td>
                                                        <td>

Index: vendor_form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/vendor_form.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** vendor_form.xsl     18 Feb 2003 09:13:57 -0000      1.1
--- vendor_form.xsl     11 Sep 2003 13:59:47 -0000      1.2
***************
*** 23,27 ****
                                </td>
                                <td>
!                                       <input size="5" type="text" 
name="vendor_id" value="{value_vendor_id}"  onClick="vendor_lookup();" 
readonly="readonly">
                                        <xsl:attribute name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 23,27 ----
                                </td>
                                <td>
!                                       <input size="5" type="text" 
name="vendor_id" value="{value_vendor_id}" >
                                        <xsl:attribute name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>

Index: workorder.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/workorder.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** workorder.xsl       10 Sep 2003 14:36:24 -0000      1.16
--- workorder.xsl       11 Sep 2003 13:59:47 -0000      1.17
***************
*** 195,198 ****
--- 195,211 ----
                                                        </form>
                                                </td>
+                                               <td valign="top">
+                                                       <xsl:variable 
name="send_action"><xsl:value-of 
select="send_action"/>&amp;workorder_id=<xsl:value-of 
select="value_workorder_id"/></xsl:variable>
+                                                       <xsl:variable 
name="lang_send"><xsl:value-of select="lang_send"/></xsl:variable>
+                                                       <form method="post" 
action="{$send_action}">
+                                                       <input type="submit" 
class="forms" name="send" value="{$lang_send}" 
onMouseout="window.status='';return true;">
+                                                               <xsl:attribute 
name="onMouseover">
+                                                                       
<xsl:text>window.status='</xsl:text>
+                                                                               
<xsl:value-of select="lang_send_statustext"/>
+                                                                       
<xsl:text>'; return true;</xsl:text>
+                                                               </xsl:attribute>
+                                                       </input>
+                                                       </form>
+                                               </td>
                                </xsl:when>
                        </xsl:choose>
***************
*** 428,431 ****
--- 441,454 ----
                                        </input>
                                        <xsl:text> </xsl:text> [ % ]
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_calculation"/>
+                               </td>
+                               <td>
+                                       <xsl:value-of 
select="value_calculation"/>
+                                       <xsl:text> </xsl:text> [ <xsl:value-of 
select="currency"/> ]
+                                       <xsl:value-of select="lang_incl_tax"/>
                                </td>
                        </tr>





reply via email to

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