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
...@@ -203,6 +203,11 @@ border:none; ...@@ -203,6 +203,11 @@ border:none;
<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%" />
</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> </div>
</td> </td>
<td> <td>
...@@ -234,6 +239,10 @@ border:none; ...@@ -234,6 +239,10 @@ border:none;
<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%" />
</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> </div>
</td> </td>
<td> <td>
...@@ -265,6 +274,10 @@ border:none; ...@@ -265,6 +274,10 @@ border:none;
<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%" />
</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> </div>
</td> </td>
<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