Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb736ca

Browse files
committed
Updated Status to reflect better variable name
1 parent feb2f1a commit eb736ca

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

views/admin/view/absence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3 class="label">Classes</h3>
5454
<td></td>
5555
<td class="table-head">Teacher's Name</td>
5656
<td class="table-head">Course Code</td>
57-
<td class="table-head">Status</td>
57+
<td class="table-head">Teacher Approved</td>
5858
</tr>
5959
</thead>
6060
<tbody>

views/admin/view/earlyexcuse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3 class="label">Classes</h3>
6161
<td></td>
6262
<td class="table-head">Teacher's Name</td>
6363
<td class="table-head">Course Code</td>
64-
<td class="table-head">Status</td>
64+
<td class="table-head">Teacher Approved</td>
6565
</tr>
6666
</thead>
6767
<tbody>

views/student/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="note title">History</h1>
2020
<th>Date</th>
2121
<th>Type</th>
2222
<th>Periods</th>
23-
<th>Status</th>
23+
<th>Admin Approved</th>
2424
</tr>
2525
</thead>
2626
<tbody>

views/student/view/absence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="label">Classes</h3>
4040
<td></td>
4141
<td class="table-head">Teacher's Name</td>
4242
<td class="table-head">Course Code</td>
43-
<td class="table-head">Status</td>
43+
<td class="table-head">Teacher Approved</td>
4444
</tr>
4545
</thead>
4646
<tbody>

views/student/view/earlyexcuse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="label">Classes</h3>
4545
<td></td>
4646
<td class="table-head">Teacher's Name</td>
4747
<td class="table-head">Course Code</td>
48-
<td class="table-head">Status</td>
48+
<td class="table-head">Teacher Approved</td>
4949
</tr>
5050
</thead>
5151
<tbody>

views/teacher/view/absence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3 class="label">Classes</h3>
5454
<td></td>
5555
<td class="table-head">Teacher's Name</td>
5656
<td class="table-head">Course Code</td>
57-
<td class="table-head">Status</td>
57+
<td class="table-head">Teacher Approved</td>
5858
</tr>
5959
</thead>
6060
<tbody>

views/teacher/view/earlyexcuse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3 class="label">Classes</h3>
6161
<td></td>
6262
<td class="table-head">Teacher's Name</td>
6363
<td class="table-head">Course Code</td>
64-
<td class="table-head">Status</td>
64+
<td class="table-head">Teacher Approved</td>
6565
</tr>
6666
</thead>
6767
<tbody>

0 commit comments

Comments
 (0)