Commit b04bb02f 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@173296 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc85c9d7
......@@ -46,15 +46,15 @@
<th class="tHeader" nowrap="true" width="5%">
<!-- <input type="checkbox" id="chkAll" onclick="return checkAllPopup(this)"/> -->
</th>
<th class="tHeader" nowrap="true" valign="bottom" width="20%">
<strong>Customer Code</strong>
</th>
<th class="tHeader" nowrap="true" valign="bottom" width="50%">
<strong>Customer Name</strong>
</th>
<th class="tHeader" nowrap="true" valign="bottom" width="75%">
<strong>Telephone</strong>
</th>
<th class="tHeader" nowrap="true" valign="bottom" width="20%">
<strong>Customer Code</strong>
</th>
</tr>
<xsl:for-each select="//List">
......@@ -81,15 +81,15 @@
</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">
<td id="{normalize-space($dbID)}" class="td_leftAlign" nowrap="true">
<xsl:value-of select="tele1"/>
</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