fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13174] pricebook.xsl


From: Saul
Subject: [Fmsystem-commits] [13174] pricebook.xsl
Date: Fri, 08 May 2015 22:59:51 +0000

Revision: 13174
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13174
Author:   psaul
Date:     2015-05-08 22:59:50 +0000 (Fri, 08 May 2015)
Log Message:
-----------
pricebook.xsl

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/pricebook.xsl

Modified: branches/dev-syncromind/property/templates/base/pricebook.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/pricebook.xsl       
2015-05-08 22:59:24 UTC (rev 13173)
+++ branches/dev-syncromind/property/templates/base/pricebook.xsl       
2015-05-08 22:59:50 UTC (rev 13174)
@@ -1006,37 +1006,33 @@
                 <div id="tab-content">
                <xsl:value-of disable-output-escaping="yes" select="tabs"/>
                     <div id="general">
-                            <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
+                                <dl>
                                     <xsl:choose>
                                             <xsl:when test="msgbox_data != ''">
-                                                    <tr>
-                                                            <td align="left" 
colspan="3">
+                                                            <dt>
                                                                     
<xsl:call-template name="msgbox"/>
-                                                            </td>
-                                                    </tr>
+                                                            </dt>
                                             </xsl:when>
                                     </xsl:choose>
+                                </dl>
                                     <xsl:variable name="form_action">
                                             <xsl:value-of 
select="form_action"/>
                                     </xsl:variable>
                                     <form method="post" name="form" 
class="pure-form pure-form-aligned" action="{$form_action}">
                                             <xsl:choose>
                                                     <xsl:when 
test="value_activity_id !=''">
-                                                            <tr>
-                                                                    <td 
valign="top">
+                                                            <div 
class="pure-control-group">
+                                                                    <label>
                                                                             
<xsl:value-of select="lang_activity_id"/>
-                                                                    </td>
-                                                                    <td 
class="th_text">
+                                                                    </label>
                                                                             
<xsl:value-of select="value_activity_id"/>
-                                                                    </td>
-                                                            </tr>
+                                                            </div>
                                                     </xsl:when>
                                             </xsl:choose>
-                                            <tr>
-                                                    <td valign="top">
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_num"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <input type="text" 
name="values[num]" value="{value_num}" onMouseout="window.status='';return 
true;">
                                                                     
<xsl:attribute name="onMouseover">
                                                                             
<xsl:text>window.status='</xsl:text>
@@ -1044,21 +1040,17 @@
                                                                             
<xsl:text>'; return true;</xsl:text>
                                                                     
</xsl:attribute>
                                                             </input>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_category"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <xsl:call-template 
name="cat_select"/>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td valign="top">
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_descr"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <textarea 
cols="60" rows="4" name="values[descr]" onMouseout="window.status='';return 
true;">
                                                                     
<xsl:attribute name="onMouseover">
                                                                             
<xsl:text>window.status='</xsl:text>
@@ -1067,13 +1059,11 @@
                                                                     
</xsl:attribute>
                                                                     
<xsl:value-of select="value_descr"/>
                                                             </textarea>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td valign="top">
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_base_descr"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <textarea 
cols="60" rows="4" name="values[base_descr]" 
onMouseout="window.status='';return true;">
                                                                     
<xsl:attribute name="onMouseover">
                                                                             
<xsl:text>window.status='</xsl:text>
@@ -1082,39 +1072,31 @@
                                                                     
</xsl:attribute>
                                                                     
<xsl:value-of select="value_base_descr"/>
                                                             </textarea>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_unit"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <xsl:call-template 
name="unit_select"/>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_dim_d"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <xsl:call-template 
name="dim_d_select"/>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <xsl:value-of 
select="lang_branch"/>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <xsl:call-template 
name="branch_select"/>
-                                                    </td>
-                                            </tr>
-                                            <tr>
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
+                                                    <label>
                                                             <a 
href="javascript:ns3420_lookup()" 
onMouseover="window.status='{lang_ns3420_statustext}';return true;" 
onMouseout="window.status='';return true;">
                                                                     
<xsl:value-of select="lang_ns3420"/>
                                                             </a>
-                                                    </td>
-                                                    <td>
+                                                    </label>
                                                             <input type="text" 
name="ns3420_id" value="{value_ns3420_id}" onClick="ns3420_lookup();" 
readonly="readonly">
                                                                     
<xsl:attribute name="onMouseover">
                                                                             
<xsl:text>window.status='</xsl:text>
@@ -1123,10 +1105,8 @@
                                                                     
</xsl:attribute>
                                                             </input>
                                                             <input 
type="hidden" name="ns3420_descr"/>
-                                                    </td>
-                                            </tr>
-                                            <tr height="50">
-                                                    <td>
+                                            </div>
+                                            <div class="pure-control-group">
                                                             <xsl:variable 
name="lang_save">
                                                                     
<xsl:value-of select="lang_save"/>
                                                             </xsl:variable>
@@ -1137,11 +1117,9 @@
                                                                             
<xsl:text>'; return true;</xsl:text>
                                                                     
</xsl:attribute>
                                                             </input>
-                                                    </td>
-                                            </tr>
+                                            </div>
                                     </form>
-                                    <tr>
-                                            <td>
+                                    <div class="pure-control-group">
                                                     <xsl:variable 
name="done_action">
                                                             <xsl:value-of 
select="done_action"/>
                                                     </xsl:variable>
@@ -1157,9 +1135,7 @@
                                                                     
</xsl:attribute>
                                                             </input>
                                                     </form>
-                                            </td>
-                                    </tr>
-                            </table>
+                                    </div>
                     </div>
                 </div>
        </xsl:template>




reply via email to

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