Commit 55a70225 authored by wansari's avatar wansari

D14IKAT004 updated currecny and site code delivery


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97470 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e7dc6f7d
...@@ -110,9 +110,9 @@ ...@@ -110,9 +110,9 @@
<strong>Order Site :</strong> <strong>Order Site :</strong>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<div style="position:relative; width: 90%;"> <div style="position:relative; width: 100%;">
<input type="text" class="editDisplayClass" id="order_site" name="Detail1.{normalize-space($dbID)}.site_code__ord" <input type="text" class="editDisplayClass" id="order_site" name="Detail1.{normalize-space($dbID)}.site_code__ord"
value="{site_code__ord}" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 95%;" /> value="{site_code__ord}" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 50%;" />
</div> </div>
</td> </td>
</tr> </tr>
...@@ -239,21 +239,22 @@ ...@@ -239,21 +239,22 @@
<strong>Deliver At :</strong> <strong>Deliver At :</strong>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<div style="position:relative; width: 90%;"> <div style="position:relative; width: 100%;">
<input type="text" class="editInputClass" value="{site_code__dlv}" name="Detail1.{normalize-space($dbID)}.site_code__dlv" <input type="text" class="editDisplayClass" value="{site_code__dlv}" name="Detail1.{normalize-space($dbID)}.site_code__dlv"
id="site_code__dlv" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 95%;" /> id="site_code__dlv" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 50%;" />
<div style="width:3%; float: right;">
<!--<div style="width:3%; float: right;">
<a href="javascript:supp_pop('site_code__dlv','site_code__dlv','Site Code');" style="float: left;text-decoration: none;"> <a href="javascript:supp_pop('site_code__dlv','site_code__dlv','Site Code');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Delivery Site"/> <img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Delivery Site"/>
</a> </a>
</div> </div>-->
</div> </div>
</td> </td>
<td colspan="2"> <!--<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="dlvDescr" <input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="dlvDescr"
value="{site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 180px" /> value="{site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 180px" />
</td> </td>-->
</tr> </tr>
...@@ -354,15 +355,15 @@ ...@@ -354,15 +355,15 @@
<strong>Currency :</strong> <strong>Currency :</strong>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<div style="position:relative; width: 90%;"> <div style="position:relative; width: 100%;">
<input type="text" name="Detail1.{normalize-space($dbID)}.curr_code" value="{$curr_code}" id="curr_code" <input type="text" name="Detail1.{normalize-space($dbID)}.curr_code" value="{$curr_code}" id="curr_code"
class="editInputClass" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 95%;" /> class="editDisplayClass" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 60%;" />
<div style="width:3%; float: right;"> <!--<div style="width:3%; float: right;">
<a href="javascript:supp_pop('curr_code','curr_code','Curr Code');" style="float: left;text-decoration: none;"> <a href="javascript:supp_pop('curr_code','curr_code','Curr Code');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Currency Code"/> <img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Currency Code"/>
</a> </a>
</div> </div>-->
</div> </div>
</td> </td>
</tr> </tr>
......
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