student fees status changes
This commit is contained in:
parent
e71cd7d348
commit
b654ffde55
@ -158,44 +158,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--<div class="row">
|
||||
<fieldset>
|
||||
<div class="table-responsive">
|
||||
<table ng-table="tableParams" class="table table-hover">
|
||||
<tbody ng-repeat="user in studentInfo">
|
||||
<tr>
|
||||
<td data-title="'Student Name'"> {{user.Firstname}} </td>
|
||||
<td data-title="'Mobile Number'"> {{user.MobileNumber}} </td>
|
||||
<td data-title="'University'">{{user.UniversityName}}</td>
|
||||
<td data-title="'Course'">{{user.CourseName}}</td>
|
||||
<td data-title="'Batch'">{{user.BatchName}}</td>
|
||||
<td data-title="'Action'">
|
||||
<input type="button" class="btn btn-info btn-xs btn-transparent tooltips" tooltip-placement="bottom" tooltip="Click Update Fees" id="editRow{{user.ID}}" value="Update Fees" ng-click="updateFees(user)">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-show="editId === user.ID" ng-if="editId === user.ID">
|
||||
<td colspan="12" ng-include
|
||||
src="'assets/views/status-update/updateFeesStatus.html'"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</fieldset>
|
||||
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
<!-- end: LIST GROUP -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user