Skip to content

Commit 80ad55e

Browse files
authored
Merge pull request #13 from yehiarasheed/reorganize-sms-minutes-internetConsumption
[fix] Reorganized the `SMS, Minutes, and Internet Consumption` Section
2 parents 5662412 + 38e5fa1 commit 80ad55e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

WebApplication2/Customer/Pages/CustomerComponent.aspx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,13 @@
475475
<div id="sms-minutes-internet" class="content">
476476
<h2>SMS, Minutes, and Internet Consumption</h2>
477477
<form id="form1" runat="server">
478-
478+
<h3>Enter Plan Name: </h3>
479479
<asp:TextBox ID="planName" runat="server" placeholder="Enter Plan Name" CssClass="styled-textbox"></asp:TextBox>
480+
<br />
481+
<h3>Enter Start Date: </h3>
480482
<asp:TextBox ID="startDate" runat="server" TextMode="Date" placeholder="Start Date" CssClass="styled-textbox"></asp:TextBox>
483+
<br />
484+
<h3>Enter End Date: </h3>
481485
<asp:TextBox ID="endDate" runat="server" TextMode="Date" placeholder="End Date" CssClass="styled-textbox"></asp:TextBox>
482486
<asp:Label ID="lblSMS" runat="server"></asp:Label>
483487
<asp:Label ID="lblMins" runat="server"></asp:Label>

0 commit comments

Comments
 (0)