fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9567] property: rearrange fields


From: Sigurd Nes
Subject: [Fmsystem-commits] [9567] property: rearrange fields
Date: Wed, 13 Jun 2012 06:39:45 +0000

Revision: 9567
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9567
Author:   sigurdne
Date:     2012-06-13 06:39:44 +0000 (Wed, 13 Jun 2012)
Log Message:
-----------
property: rearrange fields

Modified Paths:
--------------
    trunk/property/templates/base/invoice2.xsl

Modified: trunk/property/templates/base/invoice2.xsl
===================================================================
--- trunk/property/templates/base/invoice2.xsl  2012-06-12 18:50:30 UTC (rev 
9566)
+++ trunk/property/templates/base/invoice2.xsl  2012-06-13 06:39:44 UTC (rev 
9567)
@@ -405,6 +405,24 @@
                </tr>
                <tr class ='row_off'>
                        <td>
+                               <xsl:value-of select="php:function('lang', 
'budget account')" />
+                       </td>
+                       <td>
+                               <input type="text" name="values[b_account_id]" 
id="b_account_id" value="{voucher_info/voucher/b_account_id}"/>
+                       </td>
+               </tr>
+               <tr class ='row_off'>
+                       <td>
+                               <xsl:value-of select="php:function('lang', 'dim 
b')" />
+                       </td>
+                       <td>
+                               <select id="dim_b" name="values[dim_b]">
+                                       <xsl:apply-templates 
select="voucher_info/generic/dimb_list/options"/>
+                               </select>
+                       </td>
+               </tr>
+               <tr class ='row_off'>
+                       <td>
                                <xsl:value-of select="php:function('lang', 
'invoice line text')" />
                        </td>
                        <td>
@@ -436,16 +454,6 @@
                </tr>
                <tr class ='row_off'>
                        <td>
-                               <xsl:value-of select="php:function('lang', 'dim 
b')" />
-                       </td>
-                       <td>
-                               <select id="dim_b" name="values[dim_b]">
-                                       <xsl:apply-templates 
select="voucher_info/generic/dimb_list/options"/>
-                               </select>
-                       </td>
-               </tr>
-               <tr class ='row_off'>
-                       <td>
                                        <xsl:value-of 
select="php:function('lang', 'dim a')" />
                        </td>
                        <td>
@@ -470,14 +478,6 @@
                                <input type="text" name="values[project_group]" 
id="project_group" value="{voucher_info/voucher/project_group}"/>
                        </td>
                </tr>
-               <tr class ='row_off'>
-                       <td>
-                               <xsl:value-of select="php:function('lang', 
'budget account')" />
-                       </td>
-                       <td>
-                               <input type="text" name="values[b_account_id]" 
id="b_account_id" value="{voucher_info/voucher/b_account_id}"/>
-                       </td>
-               </tr>
 </xsl:template>
 
 




reply via email to

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