Commit e7ac456f authored by wansari's avatar wansari

D16HKAT002 added button to display Customer JSP


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104304 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 47fe480d
......@@ -202,7 +202,12 @@ border:none;
<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"
value="{$cust_name}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
</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')"/> -->
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code')"
style="float: left;text-decoration: none;" id="cust_code_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
</a>
</div>
</td>
<td>
......@@ -233,7 +238,11 @@ border:none;
<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"
value="{$dlv_to}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
</div>
</div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__dlv')"
style="float: left;text-decoration: none;" id="cust_code__dlv_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
</a>
</div>
</td>
<td>
......@@ -264,7 +273,11 @@ border:none;
<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"
value="{$cust_name__bil}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100%" />
</div>
</div>
<a href="javascript:callCustJSP('Detail1.{normalize-space($dbID)}.cust_code__bil')"
style="float: left;text-decoration: none;" id="cust_code__bil_details" >
<img src="/ibase/images/menuImages/web/Galaxy/customer.png" style="" title="View Customer Details"/>
</a>
</div>
</td>
<td>
......
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