fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6822] property: fix for IE6


From: Sigurd Nes
Subject: [Fmsystem-commits] [6822] property: fix for IE6
Date: Fri, 21 Jan 2011 10:31:43 +0000

Revision: 6822
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6822
Author:   sigurdne
Date:     2011-01-21 10:31:42 +0000 (Fri, 21 Jan 2011)
Log Message:
-----------
property: fix for IE6

Modified Paths:
--------------
    trunk/property/templates/base/invoice.xsl
    trunk/property/templates/base/project_group_form.xsl

Modified: trunk/property/templates/base/invoice.xsl
===================================================================
--- trunk/property/templates/base/invoice.xsl   2011-01-21 10:08:27 UTC (rev 
6821)
+++ trunk/property/templates/base/invoice.xsl   2011-01-21 10:31:42 UTC (rev 
6822)
@@ -1183,7 +1183,7 @@
                        </xsl:when>
                </xsl:choose>
                <form name="form" method="post" action="{form_action}">
-                       <table cellpadding="0" cellspacing="0" width="100%">
+                       <table cellpadding="0" cellspacing="0" width="100%" >
                                <xsl:choose>
                                        <xsl:when test="msgbox_data != ''">
                                                <tr>
@@ -1201,7 +1201,7 @@
                                        <td class="th_text" align = "left" 
valign="top" style="white-space: nowrap;">
                                                <xsl:value-of 
select="php:function('lang', 'approve')" />
                                        </td>
-                    <td class="th_text" valign="top">
+                    <td class="th_text" valign="top" align="left">
                                                <select name="values[approve]" >
                                                        <xsl:attribute 
name="title">
                                                                <xsl:value-of 
select="php:function('lang', 'grant')" />
@@ -1218,7 +1218,7 @@
                                        <td class="th_text" align = "left" 
valign="top" style="white-space: nowrap;">
                                                <xsl:value-of 
select="php:function('lang', 'voucher process code')" />
                                        </td>
-                    <td class="th_text" valign="top">
+                    <td align="left" class="th_text" valign="top">
                                                <select 
name="values[process_code]" >
                                                        <xsl:attribute 
name="title">
                                                                <xsl:value-of 
select="php:function('lang', 'voucher process code')" />
@@ -1234,7 +1234,7 @@
                                        <td class="th_text" align = "left" 
valign="top" style="white-space: nowrap;">
                                                <xsl:value-of 
select="php:function('lang', 'order id')" />
                                        </td>
-                                       <td class="th_text" valign="top">
+                                       <td align="left" class="th_text" 
valign="top">
                                                <input type="text" 
name="values[order_id]" value="{order_id}">
                                                        <xsl:attribute 
name="size">
                                                                
<xsl:text>20</xsl:text>
@@ -1249,7 +1249,7 @@
                                        <td class="th_text" align = "left" 
valign="top" style="white-space: nowrap;">
                                                <xsl:value-of 
select="php:function('lang', 'voucher process log')" />
                                        </td>
-                                       <td>
+                                       <td align="left">
                                                <textarea cols="60" rows="10" 
name="values[process_log]" wrap="virtual">
                                                        <xsl:attribute 
name="title">
                                                                <xsl:value-of 
select="php:function('lang', 'voucher process log')" />
@@ -1279,7 +1279,7 @@
                                        <td class="th_text" align = "left" 
valign="top" style="white-space: nowrap;">
                                                <xsl:value-of 
select="php:function('lang', 'amount')" />
                                        </td>
-                                       <td class="th_text" valign="top">
+                                       <td align="left" class="th_text" 
valign="top">
                                                <input type="text" 
name="values[split_amount]">
                                                        <xsl:attribute 
name="size">
                                                                
<xsl:text>20</xsl:text>

Modified: trunk/property/templates/base/project_group_form.xsl
===================================================================
--- trunk/property/templates/base/project_group_form.xsl        2011-01-21 
10:08:27 UTC (rev 6821)
+++ trunk/property/templates/base/project_group_form.xsl        2011-01-21 
10:31:42 UTC (rev 6822)
@@ -14,11 +14,11 @@
                </script>
 
                <tr>
-                       <td valign="top">
+                       <td align="left" valign="top">
                                <a href="javascript:project_group_lookup()" 
title="{lang_select_project_group_help}" ><xsl:value-of 
select="lang_project_group"/>
                                </a>
                        </td>
-                       <td>
+                       <td align="left" >
                                <input size="9" type="text" 
name="project_group" value="{value_project_group}">
                                        <xsl:attribute name="title">
                                                <xsl:value-of 
select="lang_select_project_group_help"/>




reply via email to

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