Commit 3fe374b4 authored by steurwadkar's avatar steurwadkar

Changes made to apply new CSS to sales order entry screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173166 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e9e3a218
......@@ -47,7 +47,7 @@ $(function() {
<xsl:for-each select="//Headers">
<xsl:variable name="headName"><xsl:value-of select="headName"/></xsl:variable>
<xsl:variable name="headSize"><xsl:value-of select="headSize"/></xsl:variable>
<th class="tHeader" nowrap="true" valign="bottom" width="{$headSize}%">
<th class="tHeader td_leftAlign" nowrap="true" valign="bottom" width="{$headSize}%" >
<xsl:value-of select="headName" />
</th>
</xsl:for-each>
......@@ -76,12 +76,12 @@ $(function() {
</xsl:choose>
</td>
<td id="{normalize-space($dbID)}" class="td_leftAlign">
<xsl:value-of select="fieldId"/>
</td>
<td id="{normalize-space($dbID)}" class="td_leftAlign">
<td id="{normalize-space($dbID)}" class="td_leftAlign" nowrap="true">
<xsl:value-of select="fieldValue"/>
</td>
<td id="{normalize-space($dbID)}" class="td_leftAlign" nowrap="true">
<xsl:value-of select="fieldId"/>
</td>
</tr>
<input type="hidden" name="Detail3.{normalize-space($dbID)}.fieldValue" id="DetailITCode.{normalize-space($dbID)}.fieldValue"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment