course details changes done
This commit is contained in:
parent
245aee7f3a
commit
35fd8f13de
@ -107,7 +107,7 @@
|
|||||||
<th>Mobile Number</th>
|
<th>Mobile Number</th>
|
||||||
<th>University</th>
|
<th>University</th>
|
||||||
<th>Course</th>
|
<th>Course</th>
|
||||||
<th>Session</th>
|
<!-- <th>Session</th>-->
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
||||||
@ -119,7 +119,7 @@
|
|||||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(user);">{{user.MobileNumber}}</a></td>
|
<td><a tooltip="View Student" class="text-dark" ng-click="open(user);">{{user.MobileNumber}}</a></td>
|
||||||
<td>{{user.UniversityName}}</td>
|
<td>{{user.UniversityName}}</td>
|
||||||
<td>{{user.CourseName}}</td>
|
<td>{{user.CourseName}}</td>
|
||||||
<td>{{user.SessionName}}</td>
|
<!-- <td>{{user.SessionName}}</td>-->
|
||||||
<td>
|
<td>
|
||||||
<input type="button" class="btn btn-info btn-xs btn-transparent tooltips" tooltip-placement="bottom" tooltip="Click To Set Fees" id="setRow{{user.ID}}" value="Set Fees" ng-click="setFees(user)">
|
<input type="button" class="btn btn-info btn-xs btn-transparent tooltips" tooltip-placement="bottom" tooltip="Click To Set Fees" id="setRow{{user.ID}}" value="Set Fees" ng-click="setFees(user)">
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user