course details changes done

This commit is contained in:
gandhimathi 2018-03-06 17:58:27 +05:30
parent 245aee7f3a
commit 35fd8f13de

View File

@ -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>