phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/invoice.xsl, 1.5


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/invoice.xsl, 1.5
Date: Thu, 12 Aug 2004 20:56:23 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          invoice.xsl

date: 2004/08/12 18:56:23;  author: sigurdne;  state: Exp;  lines: +88 -93

Log Message:
no message
=====================================================================
Index: property/templates/default/invoice.xsl
diff -u property/templates/default/invoice.xsl:1.4 
property/templates/default/invoice.xsl:1.5
--- property/templates/default/invoice.xsl:1.4  Thu Jul 29 13:08:46 2004
+++ property/templates/default/invoice.xsl      Thu Aug 12 18:56:23 2004
@@ -1276,6 +1276,90 @@
                        <xsl:call-template name="b_account_form"/>
                        <tr>
                                <td valign="top">
+                                       <xsl:variable 
name="lang_vendor"><xsl:value-of select="lang_vendor"/></xsl:variable>
+                                       <input type="button" name="convert" 
value="{$lang_vendor}" onClick="abook();" onMouseout="window.status='';return 
true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_select_vendor_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                               <td>
+                                       <input type="text" name="vendor_id" 
value="{value_vendor_id}" size="4"  onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_vendor_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                                       <input type="text" name="vendor_name" 
value="{value_vendor_name}" size="20"  onMouseout="window.status='';return 
true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_vendor_name_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_janitor"/>
+                               </td>
+                               <td valign="top">
+                                       <xsl:variable 
name="lang_janitor_statustext"><xsl:value-of 
select="lang_janitor_statustext"/></xsl:variable>
+                                       <xsl:variable 
name="select_janitor"><xsl:value-of select="select_janitor"/></xsl:variable>
+                                       <select name="{$select_janitor}" 
class="forms" onMouseover="window.status='{$lang_janitor_statustext}'; return 
true;" onMouseout="window.status='';return true;">
+                                               <option value=""><xsl:value-of 
select="lang_no_janitor"/></option>
+                                               <xsl:apply-templates 
select="janitor_list"/>
+                                       </select>
+                               </td>
+                       </tr>
+
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_supervisor"/>
+                               </td>
+                               <td valign="top">
+                                       <xsl:variable 
name="lang_supervisor_statustext"><xsl:value-of 
select="lang_supervisor_statustext"/></xsl:variable>
+                                       <xsl:variable 
name="select_supervisor"><xsl:value-of 
select="select_supervisor"/></xsl:variable>
+                                       <select name="{$select_supervisor}" 
class="forms" onMouseover="window.status='{$lang_supervisor_statustext}'; 
return true;" onMouseout="window.status='';return true;">
+                                               <option value=""><xsl:value-of 
select="lang_no_supervisor"/></option>
+                                               <xsl:apply-templates 
select="supervisor_list"/>
+                                       </select>
+                               </td>
+                       </tr>
+
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_budget_responsible"/>
+                               </td>
+                               <td valign="top">
+                                       <xsl:variable 
name="lang_budget_responsible_statustext"><xsl:value-of 
select="lang_budget_responsible_statustext"/></xsl:variable>
+                                       <xsl:variable 
name="select_budget_responsible"><xsl:value-of 
select="select_budget_responsible"/></xsl:variable>
+                                       <select 
name="{$select_budget_responsible}" class="forms" 
onMouseover="window.status='{$lang_budget_responsible_statustext}'; return 
true;" onMouseout="window.status='';return true;">
+                                               <option value=""><xsl:value-of 
select="lang_select_budget_responsible"/></option>
+                                               <xsl:apply-templates 
select="budget_responsible_list"/>
+                                       </select>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_order"/>
+                               </td>
+                               <td>
+                                       <input type="text" name="order" 
value="{value_order}" onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_order_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
                                        <xsl:value-of select="lang_art"/>
                                </td>
                                <td valign="top">
@@ -1301,7 +1385,6 @@
                                        </select>
                                </td>
                        </tr>
-
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_dimb"/>
@@ -1358,94 +1441,6 @@
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
                                        </input>
-
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of select="lang_order"/>
-                               </td>
-                               <td>
-                                       <input type="text" name="order" 
value="{value_order}" onMouseout="window.status='';return true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_order_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-
-                               </td>
-                       </tr>
-
-                       <tr>
-                               <td valign="top">
-                                       <xsl:variable 
name="lang_vendor"><xsl:value-of select="lang_vendor"/></xsl:variable>
-                                       <input type="button" name="convert" 
value="{$lang_vendor}" onClick="abook();" onMouseout="window.status='';return 
true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_select_vendor_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-                               </td>
-                               <td>
-                                       <input type="text" name="vendor_id" 
value="{value_vendor_id}" size="4"  onMouseout="window.status='';return true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_vendor_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-                                       <input type="text" name="vendor_name" 
value="{value_vendor_name}" size="20"  onMouseout="window.status='';return 
true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_vendor_name_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-
-                               </td>
-                       </tr>
-
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of select="lang_janitor"/>
-                               </td>
-                               <td valign="top">
-                                       <xsl:variable 
name="lang_janitor_statustext"><xsl:value-of 
select="lang_janitor_statustext"/></xsl:variable>
-                                       <xsl:variable 
name="select_janitor"><xsl:value-of select="select_janitor"/></xsl:variable>
-                                       <select name="{$select_janitor}" 
class="forms" onMouseover="window.status='{$lang_janitor_statustext}'; return 
true;" onMouseout="window.status='';return true;">
-                                               <option value=""><xsl:value-of 
select="lang_no_janitor"/></option>
-                                               <xsl:apply-templates 
select="janitor_list"/>
-                                       </select>
-                               </td>
-                       </tr>
-
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of select="lang_supervisor"/>
-                               </td>
-                               <td valign="top">
-                                       <xsl:variable 
name="lang_supervisor_statustext"><xsl:value-of 
select="lang_supervisor_statustext"/></xsl:variable>
-                                       <xsl:variable 
name="select_supervisor"><xsl:value-of 
select="select_supervisor"/></xsl:variable>
-                                       <select name="{$select_supervisor}" 
class="forms" onMouseover="window.status='{$lang_supervisor_statustext}'; 
return true;" onMouseout="window.status='';return true;">
-                                               <option value=""><xsl:value-of 
select="lang_no_supervisor"/></option>
-                                               <xsl:apply-templates 
select="supervisor_list"/>
-                                       </select>
-                               </td>
-                       </tr>
-
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of 
select="lang_budget_responsible"/>
-                               </td>
-                               <td valign="top">
-                                       <xsl:variable 
name="lang_budget_responsible_statustext"><xsl:value-of 
select="lang_budget_responsible_statustext"/></xsl:variable>
-                                       <xsl:variable 
name="select_budget_responsible"><xsl:value-of 
select="select_budget_responsible"/></xsl:variable>
-                                       <select 
name="{$select_budget_responsible}" class="forms" 
onMouseover="window.status='{$lang_budget_responsible_statustext}'; return 
true;" onMouseout="window.status='';return true;">
-                                               <option value=""><xsl:value-of 
select="lang_select_budget_responsible"/></option>
-                                               <xsl:apply-templates 
select="budget_responsible_list"/>
-                                       </select>
                                </td>
                        </tr>
 
@@ -1524,7 +1519,7 @@
                        <tr height="50">
                                <td>
                                        <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
-                                       <input type="submit" name="add" 
value="{$lang_add}" onMouseout="window.status='';return true;">
+                                       <input type="submit" name="add_invoice" 
value="{$lang_add}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
                                                                <xsl:value-of 
select="lang_add_statustext"/>
@@ -2368,8 +2363,8 @@
                                        </input>
                                        <input type="hidden" 
name="values[workorder_id][{$counter}]" value="{workorder_id}">
                                        </input>
-                                       <xsl:variable 
name="link_workorder"><xsl:value-of 
select="link_workorder"/>&amp;workorder_id=<xsl:value-of 
select="workorder_id"/></xsl:variable>
-                                       <a href="{$link_workorder}" 
target="_blank"><xsl:value-of select="workorder_id"/></a>
+                                       <xsl:variable 
name="link_order"><xsl:value-of 
select="link_order"/>&amp;order_id=<xsl:value-of 
select="workorder_id"/></xsl:variable>
+                                       <a href="{$link_order}" 
target="_blank"><xsl:value-of select="workorder_id"/></a>
                                </td>
                                <td class="small_text" align="center">
                                        <xsl:choose>




reply via email to

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