Skip to content

Commit ea2b3b1

Browse files
committed
Added a Header for the Remaining And Extra Amounts Section.
1 parent f48215a commit ea2b3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebApplication2/Customer/Pages/CustomerComponent.aspx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@
609609
<asp:Label ID="lblCashbackStatus" runat="server"></asp:Label>
610610
</div>
611611
<div class="content" id="remainingExtraAmount">
612+
<h2>View Remaining And Extra Amounts</h2>
612613
<h3>Enter Plan Name</h3>
613614
<asp:TextBox ID="txtPlanName" runat="server" Placeholder="Enter Plan Name" CssClass="styled-textbox"></asp:TextBox>
614615
<asp:Button ID="ButtonRemainingExtraAmount" runat="server" Text="Submit" CssClass="styled-button" OnClick="btnSubmit_RemainingExtraAmount" />

0 commit comments

Comments
 (0)