fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9476] property: ui


From: Sigurd Nes
Subject: [Fmsystem-commits] [9476] property: ui
Date: Thu, 31 May 2012 12:39:21 +0000

Revision: 9476
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9476
Author:   sigurdne
Date:     2012-05-31 12:39:20 +0000 (Thu, 31 May 2012)
Log Message:
-----------
property: ui

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

Modified: trunk/property/templates/base/invoice2.xsl
===================================================================
--- trunk/property/templates/base/invoice2.xsl  2012-05-31 12:38:59 UTC (rev 
9475)
+++ trunk/property/templates/base/invoice2.xsl  2012-05-31 12:39:20 UTC (rev 
9476)
@@ -27,9 +27,9 @@
        #voucher_id_filter { width: 800px; }
        #dim_b { width: 200px; }
        #dim_e { width: 200px; }
-       #period { width: 200px; }
+       #period { width: 80px; }
        #periodization { width: 200px; }
-       #periodization_start { width: 200px; }
+       #periodization_start { width: 80px; }
        #process_code { width: 200px; }
        #tax_code { width: 200px; }
        #approve_as { width: 200px; }
@@ -354,35 +354,39 @@
                        </td>
                </tr>
                <tr class ='row_on'>
-                       <td>
-                               <xsl:value-of select="php:function('lang', 
'period')" />
+                       <td colspan = "2">
+                               <table>
+                                       <tr class ='row_on'>
+                                               <td>
+                                                       <xsl:value-of 
select="php:function('lang', 'period')" />
+                                               </td>
+                                               <td>
+                                                       <xsl:value-of 
select="php:function('lang', 'periodization')" />
+                                               </td>
+                                               <td>
+                                                       <xsl:value-of 
select="php:function('lang', 'periodization start')" />
+                                               </td>
+                                       </tr>
+                                       <tr class ='row_on'>
+                                               <td>
+                                                       <select id="period" 
name="values[period]">
+                                                               
<xsl:apply-templates select="voucher_info/generic/period_list/options"/>
+                                                       </select>
+                                               </td>
+                                               <td>
+                                                       <select 
id="periodization" name="values[periodization]">
+                                                               
<xsl:apply-templates select="voucher_info/generic/periodization_list/options"/>
+                                                       </select>
+                                               </td>
+                                               <td>
+                                                       <select 
id="periodization_start" name="values[periodization_start]">
+                                                               
<xsl:apply-templates 
select="voucher_info/generic/periodization_start_list/options"/>
+                                                       </select>
+                                               </td>
+                                       </tr>
+                               </table>
                        </td>
-                       <td>
-                               <select id="period" name="values[period]">
-                                       <xsl:apply-templates 
select="voucher_info/generic/period_list/options"/>
-                               </select>
-                       </td>
                </tr>
-               <tr class ='row_on'>
-                       <td>
-                               <xsl:value-of select="php:function('lang', 
'periodization')" />
-                       </td>
-                       <td>
-                               <select id="periodization" 
name="values[periodization]">
-                                       <xsl:apply-templates 
select="voucher_info/generic/periodization_list/options"/>
-                               </select>
-                       </td>
-               </tr>
-               <tr class ='row_on'>
-                       <td>
-                               <xsl:value-of select="php:function('lang', 
'periodization start')" />
-                       </td>
-                       <td>
-                               <select id="periodization_start" 
name="values[periodization_start]">
-                                       <xsl:apply-templates 
select="voucher_info/generic/periodization_start_list/options"/>
-                               </select>
-                       </td>
-               </tr>
                <tr class ='row_off'>
                        <td>
                                <div id = 'order_text'>




reply via email to

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