Skip to content

Commit

Permalink
Update updateaccount.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeozero authored Jun 22, 2021
1 parent ea3b77f commit 5ef9c83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions WebContent/updateaccount.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
<table id="personaltb" border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="5">Financial Power Group</th>
<th class="title" colspan="5">Financial Group</th>
<th class="sub" colspan="6">Personal Information</th>
</tr>
<tr><td class="red" colspan="12">Financial Agent Use Only</td></tr>
<tr><td class="red" colspan="12">Agent Use Only</td></tr>
<tr>
<td class="red">Agent Code</td>
<td colspan="2"><input type="text" value="${transdetail.agentCode}" name="agentCode" id="agentcode"><input type="hidden" value="${transdetail.id}" name="id"></td>
Expand Down Expand Up @@ -525,10 +525,10 @@
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="5">Financial Power Group</th>
<th class="title" colspan="5">Financial Group</th>
<th class="sub" colspan="6">Co Applicant Information</th>
</tr>
<tr><td class="red" colspan="12">Financial Agent Use Only</td></tr>
<tr><td class="red" colspan="12">Agent Use Only</td></tr>
<tr>
<td class="red">Agent Code</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
Expand Down Expand Up @@ -792,7 +792,7 @@
<table id="table1" border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="3">Financial Power Group</th>
<th class="title" colspan="3">Financial Group</th>
<th class="sub" colspan="3">Assets & Liabilities</th>
</tr>
<tr>
Expand Down Expand Up @@ -1000,7 +1000,7 @@
<table style="box-shadow: 0rem 0rem 0rem white;">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="3">Financial Power Group</th>
<th class="title" colspan="3">Financial Group</th>
<th class="sub" colspan="3">Account Infomation</th>
</tr>
</table>
Expand Down Expand Up @@ -2391,4 +2391,4 @@
</script>
</body>
</html>
</html>

0 comments on commit 5ef9c83

Please sign in to comment.