Commit 7eb198eb 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@172920 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5717393
...@@ -103,7 +103,7 @@ border:none; ...@@ -103,7 +103,7 @@ border:none;
</div> </div>
<div class="pageContentWrapper" style="height:72%;overflow:auto;"> <div class="pageContentWrapper" style="height:calc(100% - 80px);overflow:auto;">
<!-- <div style="height:75%; width:100%;margin-top:2px;margin-left:0px;margin-bottom:0px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;"> --> <!-- <div style="height:75%; width:100%;margin-top:2px;margin-left:0px;margin-bottom:0px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;"> -->
<table id="activityTable" Class="editDisplayColumnClass" border="0" cellSpacing="0" width="99%" cellPadding="5"> <table id="activityTable" Class="editDisplayColumnClass" border="0" cellSpacing="0" width="99%" cellPadding="5">
<xsl:for-each select="//Detail1"> <xsl:for-each select="//Detail1">
...@@ -197,18 +197,18 @@ border:none; ...@@ -197,18 +197,18 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code', 'Customer Code', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code', 'Customer Code', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Customer Code"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Customer Code"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.cust_name" id="Detail1.{normalize-space($dbID)}.cust_name" <input type="text" name="Detail1.{normalize-space($dbID)}.cust_name" id="Detail1.{normalize-space($dbID)}.cust_name"
value="{$cust_name}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$cust_name}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
<!-- <input type="button" style="cursor:hand" value="Details" class="button" title='View Customer Details' id="cust_details" onclick ="javascript:return callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"/> --> <!-- <input type="button" style="cursor:hand" value="Details" class="button" title='View Customer Details' id="cust_details" onclick ="javascript:return callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"/> -->
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')" <a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"
style="float: left;text-decoration: none;" id="cust_code_details" > style="float: left;text-decoration: none;" id="cust_code_details" tabindex="-1" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/> <img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a> </a>
</div> </div>
</td> </td>
...@@ -233,17 +233,17 @@ border:none; ...@@ -233,17 +233,17 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__dlv', 'Customer Code Delivery', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__dlv', 'Customer Code Delivery', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__dlv_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Delivery"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Delivery"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.dlv_to" id="Detail1.{normalize-space($dbID)}.dlv_to" <input type="text" name="Detail1.{normalize-space($dbID)}.dlv_to" id="Detail1.{normalize-space($dbID)}.dlv_to"
value="{$dlv_to}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$dlv_to}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__dlv')" <a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__dlv')"
style="float: left;text-decoration: none;" id="cust_code__dlv_details" > style="float: left;text-decoration: none;" id="cust_code__dlv_details" tabindex="-1">
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/> <img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a> </a>
</div> </div>
</td> </td>
...@@ -268,17 +268,17 @@ border:none; ...@@ -268,17 +268,17 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__bil', 'Customer Code Bill', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','','cust_code__bil', 'Customer Code Bill', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__bil_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cust_code__bil_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Bill"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Select Customer Code Bill"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.cust_name__bil" id="Detail1.{normalize-space($dbID)}.cust_name__bil" <input type="text" name="Detail1.{normalize-space($dbID)}.cust_name__bil" id="Detail1.{normalize-space($dbID)}.cust_name__bil"
value="{$cust_name__bil}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$cust_name__bil}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__bil')" <a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__bil')"
style="float: left;text-decoration: none;" id="cust_code__bil_details" > style="float: left;text-decoration: none;" id="cust_code__bil_details" tabindex="-1">
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/> <img src="/ibase/webitm/images/customerInfo.png" style="height:24px;width:24px;" title="View Customer Details"/>
</a> </a>
</div> </div>
</td> </td>
...@@ -355,7 +355,7 @@ border:none; ...@@ -355,7 +355,7 @@ border:none;
</div> </div>
<div style="width:14%;float: left;padding-left:2px"> <div style="width:14%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($stan_code)}','stan_code', 'Station', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($stan_code)}','stan_code', 'Station', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.stan_code_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.stan_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Station"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Station"/>
</a> </a>
</div> </div>
...@@ -374,7 +374,7 @@ border:none; ...@@ -374,7 +374,7 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($state_code__dlv)}','state_code__dlv', 'State', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($state_code__dlv)}','state_code__dlv', 'State', 0);"
id="Detail1.{normalize-space($dbID)}.state_code__dlv_pophelp" > id="Detail1.{normalize-space($dbID)}.state_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="State"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="State"/>
</a> </a>
</div> </div>
...@@ -397,7 +397,7 @@ border:none; ...@@ -397,7 +397,7 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($count_code__dlv)}','count_code__dlv', 'Country', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($count_code__dlv)}','count_code__dlv', 'Country', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.count_code__dlv_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.count_code__dlv_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Country"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Country"/>
</a> </a>
</div> </div>
...@@ -422,13 +422,13 @@ border:none; ...@@ -422,13 +422,13 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($dlv_term)}','dlv_term', 'Delivery Term', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($dlv_term)}','dlv_term', 'Delivery Term', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.dlv_term_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.dlv_term_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Delivery Term"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Delivery Term"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.delivery_term_descr" id="Detail1.{normalize-space($dbID)}.delivery_term_descr" <input type="text" name="Detail1.{normalize-space($dbID)}.delivery_term_descr" id="Detail1.{normalize-space($dbID)}.delivery_term_descr"
value="{$delivery_term_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$delivery_term_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
</div> </div>
</td> </td>
...@@ -451,7 +451,7 @@ border:none; ...@@ -451,7 +451,7 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($cr_term)}','cr_term', 'Credit Term', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($cr_term)}','cr_term', 'Credit Term', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cr_term_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.cr_term_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Credit Term"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Credit Term"/>
</a> </a>
</div> </div>
...@@ -493,13 +493,13 @@ border:none; ...@@ -493,13 +493,13 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($tran_code)}','tran_code', 'Transporter', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($tran_code)}','tran_code', 'Transporter', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.tran_code_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.tran_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Transporter"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Transporter"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.trans_mode" id="Detail1.{normalize-space($dbID)}.trans_mode" <input type="text" name="Detail1.{normalize-space($dbID)}.trans_mode" id="Detail1.{normalize-space($dbID)}.trans_mode"
value="T" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="T" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
</div> </div>
</td> </td>
...@@ -514,13 +514,13 @@ border:none; ...@@ -514,13 +514,13 @@ border:none;
<strong>Order Date :</strong> <strong>Order Date :</strong>
</td> </td>
<td> <td>
<input type="text" class="input_editable" size="8" value="{$order_date}" name="Detail1.{normalize-space($dbID)}.order_date" id="orderdate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY"/> <input type="text" class="input_editable" size="8" value="{$order_date}" name="Detail1.{normalize-space($dbID)}.order_date" id="orderdate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="orderdate" name="orderdate" onClick="javascript:setDate('orderdate');"/> <img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="orderdate" name="orderdate" onClick="javascript:setDate('orderdate');"/>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<strong>Due Date :</strong> <strong>Due Date :</strong>
<input type="text" class="input_editable" size="8" value="{$due_date}" name="Detail1.{normalize-space($dbID)}.due_date" id="duedate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY"/> <input type="text" class="input_editable" size="8" value="{$due_date}" name="Detail1.{normalize-space($dbID)}.due_date" id="duedate" onkeydown = "return false;" maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="duedate" name="duedate" onClick="javascript:setDate('duedate');"/> <img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="duedate" name="duedate" onClick="javascript:setDate('duedate');"/>
</td> </td>
...@@ -542,13 +542,13 @@ border:none; ...@@ -542,13 +542,13 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($site_code)}','site_code', 'Order Site', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($site_code)}','site_code', 'Order Site', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.site_code_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.site_code_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Site"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Site"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="Detail1.{normalize-space($dbID)}.site_descr" <input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="Detail1.{normalize-space($dbID)}.site_descr"
value="{$site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
</div> </div>
</td> </td>
...@@ -570,13 +570,13 @@ border:none; ...@@ -570,13 +570,13 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($order_type)}','order_type', 'Order Type', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($order_type)}','order_type', 'Order Type', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.order_type_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.order_type_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Type"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Order Type"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.sordertype_descr" id="Detail1.{normalize-space($dbID)}.sordertype_descr" <input type="text" name="Detail1.{normalize-space($dbID)}.sordertype_descr" id="Detail1.{normalize-space($dbID)}.sordertype_descr"
value="{$sordertype_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$sordertype_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
</div> </div>
</td> </td>
...@@ -598,13 +598,13 @@ border:none; ...@@ -598,13 +598,13 @@ border:none;
</div> </div>
<div style="width:2%;float: left;padding-left:2px"> <div style="width:2%;float: left;padding-left:2px">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($item_ser)}','item_ser', 'Item Series', 0);" <a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($item_ser)}','item_ser', 'Item Series', 0);"
style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.item_ser_pophelp" > style="float: left;text-decoration: none;" id="Detail1.{normalize-space($dbID)}.item_ser_pophelp" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Item Series"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-top: 2px;" title="Item Series"/>
</a> </a>
</div> </div>
<div style="float: left;width: 70%;padding-left:9px" > <div style="float: left;width: 70%;padding-left:9px" >
<input type="text" name="Detail1.{normalize-space($dbID)}.itemser_descr" id="Detail1.{normalize-space($dbID)}.itemser_descr" <input type="text" name="Detail1.{normalize-space($dbID)}.itemser_descr" id="Detail1.{normalize-space($dbID)}.itemser_descr"
value="{$itemser_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" /> value="{$itemser_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" tabindex="-1"/>
</div> </div>
</div> </div>
</td> </td>
...@@ -733,7 +733,7 @@ border:none; ...@@ -733,7 +733,7 @@ border:none;
<div style = "margin-top:5px"> <div style = "margin-top:5px">
<table cellSpacing="1" cellPadding="1" width="100%" border="0"> <table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr> <tr>
<td align = "right" > <td >
<input type="hidden" value="1" name="FORM_NO" ID="FORM_NO" /> <input type="hidden" value="1" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="sorderWiz" name="OBJ_NAME" id="OBJ_NAME"/> <input type="hidden" value="sorderWiz" name="OBJ_NAME" id="OBJ_NAME"/>
<input type="hidden" value="next" name="action" id="action" /> <input type="hidden" value="next" name="action" id="action" />
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</xsl:for-each> </xsl:for-each>
<div class="pageContentWrapper" id = "pageContentWrapper" style="height:75%;overflow:auto;"> <div class="pageContentWrapper" id = "pageContentWrapper" style="height:calc(100% - 80px);overflow:auto;">
<table> <table>
<xsl:for-each select="//Detail2"> <xsl:for-each select="//Detail2">
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
<input type='hidden' id='multisel1' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='margin-left: -9px;width: 400px' value='' /> <input type='hidden' id='multisel1' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='margin-left: -9px;width: 400px' value='' />
<div style="float: right;"> <div style="float: right;">
<a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;"> <a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-left: -5px;margin-top: 3px;" title="Select Product"/> <img src="/ibase/webitm/images/pophelp.png" style="margin-left: -5px;margin-top: 3px;" title="Select Product"/>
</a> </a>
</div> </div>
......
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
</xsl:if> </xsl:if>
</xsl:for-each> </xsl:for-each>
<div style="height:75%; width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;"> <div style="height:calc(100% - 80px); width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;">
<table id="Details" class="headertableClass" border="0" cellspacing="0" cellpadding="0" width='100%' style = "color: #333 !important;"> <table id="Details" class="headertableClass" border="0" cellspacing="0" cellpadding="0" width='100%' style = "color: #333 !important;">
<thead class="table-head"> <thead class="table-head">
<tr> <tr>
...@@ -358,65 +358,65 @@ ...@@ -358,65 +358,65 @@
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" /> <input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
<!-- <input type="hidden" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" /> --> <!-- <input type="hidden" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" /> -->
<td style="width:90px"> <td style="width:90px" nowrap="true">
<xsl:value-of select="item_parnt"/> <xsl:value-of select="item_parnt"/>
</td> </td>
<td style="width:100px"> <td style="width:100px" nowrap="true">
<xsl:value-of select="item_code"/> <xsl:value-of select="item_code"/>
</td> </td>
<td style="width:200px"> <td nowrap="true">
<xsl:value-of select="item_descr"/> <xsl:value-of select="item_descr"/>
</td> </td>
<td style="width:100px"> <td style="width:100px" nowrap="true">
&#160; &#160;
<xsl:value-of select="phy_attrib_4"/> <xsl:value-of select="phy_attrib_4"/>
</td> </td>
<td class="td_rightAlign" style="width:75px;"> <td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" class="editInputClass" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity" <input type="text" class="editInputClass editInputCur" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10" style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");' onchange='changeAmount({$dbIDs});sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
onkeypress='return isQuantity(event)' /> onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td> </td>
<input type="hidden" value="{$item_descr}" name="Detail3.{normalize-space($dbIDs)}.item_descr" id="Detail3.{normalize-space($dbIDs)}.item_descr" /> <input type="hidden" value="{$item_descr}" name="Detail3.{normalize-space($dbIDs)}.item_descr" id="Detail3.{normalize-space($dbIDs)}.item_descr" />
<!-- Added by Sneha 20-01-2017, to add discount field [Start] --> <!-- Added by Sneha 20-01-2017, to add discount field [Start] -->
<td class="td_rightAlign" style="width:75px;"> <td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<!-- <xsl:value-of select="rate"/> --> <!-- <xsl:value-of select="rate"/> -->
<input type="text" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate" <input type="text" class="editInputClass editInputCur" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10" style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});' onchange='changeAmount({$dbIDs});'
onkeypress='return isQuantity(event)' /> onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td> </td>
<!-- Added by Sneha 20-01-2017, to add discount field [End] --> <!-- Added by Sneha 20-01-2017, to add discount field [End] -->
<td class="td_rightAlign" style="width:75px;"> <td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" class="editInputClass" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount" <input type="text" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10" style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");' onchange='sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
onkeypress='return isQuantity(event);' /> onkeypress='return isQuantity(event);' onfocus='setActiveTD(this);'/>
</td> </td>
<!-- <td style="width:75px"> <!-- <td style="width:75px">
<xsl:value-of select="item_parnt"/> <xsl:value-of select="item_parnt"/>
</td> --> </td> -->
<td class="td_rightAlign" style="width:75px;"> <td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> --> <!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1" <input type="text" maxlength="4" readOnly = "1"
value="{$net_amt}" name="Detail3.{normalize-space($dbIDs)}.net_amt" id="Detail3.{normalize-space($dbIDs)}.net_amt" value="{$net_amt}" name="Detail3.{normalize-space($dbIDs)}.net_amt" id="Detail3.{normalize-space($dbIDs)}.net_amt"
style="text-align: right;width:60px;background-color: transparent;border: none;"/> style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td> </td>
<td align = 'center'> <td align = 'center' nowrap="true">
<!-- <xsl:value-of select="dsp_date"/> --> <!-- <xsl:value-of select="dsp_date"/> -->
<!-- <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" onchange = "javascript:checkDateFormat('dsp_date',this.id);" maxlength="8" ISCHANGED="false" /> ( DD/MM/YY ) <!-- <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" onchange = "javascript:checkDateFormat('dsp_date',this.id);" maxlength="8" ISCHANGED="false" /> ( DD/MM/YY )
<img border="0" src="/ibase/webitm/images/calender.png" id="dsp_date" name="dsp_date" onClick="selectedObj = 'Detail3.{normalize-space($dbIDs)}.dsp_date'; javascript:show_calendar('Detail3.{normalize-space($dbIDs)}.dsp_date','','','dd/MM/yy');"/> --> <img border="0" src="/ibase/webitm/images/calender.png" id="dsp_date" name="dsp_date" onClick="selectedObj = 'Detail3.{normalize-space($dbIDs)}.dsp_date'; javascript:show_calendar('Detail3.{normalize-space($dbIDs)}.dsp_date','','','dd/MM/yy');"/> -->
<input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY"/> <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dsp_date" name="dsp_date" onClick="javascript:setDate('dsp_date{normalize-space($dbIDs)}');"/> <img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dsp_date" name="dsp_date" onClick="javascript:setDate('dsp_date{normalize-space($dbIDs)}');"/>
</td> </td>
...@@ -429,17 +429,17 @@ ...@@ -429,17 +429,17 @@
<xsl:value-of select="item_parnt"/> <xsl:value-of select="item_parnt"/>
</td> --> </td> -->
<td class="td_leftAlign"> <td class="td_leftAlign" nowrap="true">
&#160; &#160;
<xsl:value-of select="tax_chap"/> <xsl:value-of select="tax_chap"/>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign" nowrap="true">
&#160; &#160;
<xsl:value-of select="tax_class"/> <xsl:value-of select="tax_class"/>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign" nowrap="true">
&#160; &#160;
<xsl:value-of select="tax_env"/> <xsl:value-of select="tax_env"/>
</td> </td>
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
</table> </table>
</div> </div>
<div style="width=20%;height:6px;margin-left=-12px;margin-top:1px;margin-bottom:0px;"> <div style="width=20%;height:6px;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<table cellSpacing="1" cellPadding="1" width="50%" border="0"> <table cellSpacing="1" cellPadding="1" width="50%" border="0">
<input type="hidden" value="3" name="FORM_NO" ID="FORM_NO" /> <input type="hidden" value="3" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="sorderWiz" name="OBJ_NAME" /> <input type="hidden" value="sorderWiz" name="OBJ_NAME" />
......
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