fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10598] property: formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [10598] property: formatting
Date: Fri, 14 Dec 2012 14:23:22 +0000

Revision: 10598
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10598
Author:   sigurdne
Date:     2012-12-14 14:23:19 +0000 (Fri, 14 Dec 2012)
Log Message:
-----------
property: formatting

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

Modified: trunk/property/templates/base/invoice2.xsl
===================================================================
--- trunk/property/templates/base/invoice2.xsl  2012-12-14 11:43:44 UTC (rev 
10597)
+++ trunk/property/templates/base/invoice2.xsl  2012-12-14 14:23:19 UTC (rev 
10598)
@@ -101,7 +101,7 @@
                                <div class="body">
                                        <div id="voucher_details">
                                                <!--<xsl:call-template 
name="yui_phpgw_i18n"/>-->
-                                               <table align = "center" 
width="95%">
+                                               <table align = "center" 
width="95%" border="0">
                                                        <xsl:apply-templates 
select="filter_form" />
                                                        <xsl:apply-templates 
select="filter_invoice" />
                                                </table>
@@ -156,62 +156,63 @@
 
 <xsl:template name="filter_list" xmlns:php="http://php.net/xsl";>
        <tr>
-       <td colspan = '6'>
-       <table>
-       <tr>
                <td>
-                       <xsl:value-of select="php:function('lang', 'janitor')" 
/>
-               </td>
-               <td>
-                       <xsl:value-of select="php:function('lang', 
'supervisor')" />
-               </td>
-               <td>
-                       <xsl:value-of select="php:function('lang', 'budget 
responsible')" />
-               </td>
-               <td>
-                       <xsl:value-of select="php:function('lang', 'search 
criteria')" />
-               </td>
-               <td>
-                       <xsl:value-of select="php:function('lang', 'search')" />
-               </td>
-       </tr>
-         <tr id="filters">
-               <td>
-                 <select id="janitor_lid" name="janitor_lid">
-                       <xsl:apply-templates select="janitor_list/options"/>
-                 </select>
-               </td>           
-               <td>
-                 <select id="supervisor_lid" name="supervisor_lid">
-                       <xsl:apply-templates select="supervisor_list/options"/>
-                 </select>
-               </td>           
-               <td>
-                 <select id="budget_responsible_lid" 
name="budget_responsible_lid">
-                       <xsl:apply-templates 
select="budget_responsible_list/options"/>
-                 </select>
-               </td>           
-               <td>
-                 <select id="criteria" name="criteria">
-                       <xsl:apply-templates select="criteria_list/options"/>
-                 </select>
-               </td>           
-               <td>
-                       <input type="text" name="query" id="query"/>
-               </td>
-               <td>
-                       <xsl:variable name="lang_search"><xsl:value-of 
select="php:function('lang', 'Search')" /></xsl:variable>
-                       <input type="button" id = "search" name="search" 
value="{$lang_search}" title = "{$lang_search}" />
-               </td>                   
+                       <table border="0">
+                               <tr>
+                                       <td>
+                                               <label><xsl:value-of 
select="php:function('lang', 'janitor')" /></label>
+                                       </td>
+                                       <td>
+                                               <label><xsl:value-of 
select="php:function('lang', 'supervisor')" /></label>
+                                       </td>
+                                       <td>
+                                               <label><xsl:value-of 
select="php:function('lang', 'budget responsible')" /></label>
+                                       </td>
+                                       <td>
+                                               <label><xsl:value-of 
select="php:function('lang', 'search criteria')" /></label>
+                                       </td>
+                                       <td >
+                                               <label><xsl:value-of 
select="php:function('lang', 'search')" /></label>
+                                       </td>
+                               </tr>
+                               <!--<tr id="filters">-->
+                               <tr>
+                                       <td>
+                                         <select id="janitor_lid" 
name="janitor_lid">
+                                               <xsl:apply-templates 
select="janitor_list/options"/>
+                                         </select>
+                                       </td>           
+                                       <td>
+                                         <select id="supervisor_lid" 
name="supervisor_lid">
+                                               <xsl:apply-templates 
select="supervisor_list/options"/>
+                                         </select>
+                                       </td>           
+                                       <td>
+                                         <select id="budget_responsible_lid" 
name="budget_responsible_lid">
+                                               <xsl:apply-templates 
select="budget_responsible_list/options"/>
+                                         </select>
+                                       </td>           
+                                       <td>
+                                         <select id="criteria" name="criteria">
+                                               <xsl:apply-templates 
select="criteria_list/options"/>
+                                         </select>
+                                       </td>           
+                                       <td>
+                                               <input type="text" name="query" 
id="query"/>
+                                       </td>
+                                       <td>
+                                               <xsl:variable 
name="lang_search"><xsl:value-of select="php:function('lang', 'Search')" 
/></xsl:variable>
+                                               <input type="button" id = 
"search" name="search" value="{$lang_search}" title = "{$lang_search}" />
+                                       </td>                   
+                               </tr>
+                       </table>
+                 </td>
          </tr>
-         </table>
-         </td>
-         </tr>
 </xsl:template>
 
 <xsl:template match="filter_invoice" xmlns:php="http://php.net/xsl";>
        <tr>
-               <td colspan='4'>
+               <td >
                        <form id="invoice_queryForm" name="invoice_queryForm">
                                <xsl:attribute name="method">
                                        <xsl:value-of 
select="phpgw:conditional(not(method), 'GET', method)"/>




reply via email to

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