course details changes done

This commit is contained in:
gandhimathi 2017-12-23 18:39:49 +05:30
parent 48794a0434
commit 06a2ae52c6

View File

@ -106,6 +106,7 @@
<th>Course</th>
<th>Batch</th>
<th>Action</th>
<th></th>
</tr>
</thead>
@ -117,8 +118,12 @@
<td>{{user.CourseName}}</td>
<td>{{user.BatchName}}</td>
<td>
<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)">
<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>
<input type="button" class="btn btn-info btn-xs btn-transparent tooltips" tooltip-placement="bottom" tooltip="Click To Update Fees" id="editRow{{user.ID}}" value="Update Fees" ng-click="updateFees(user)">
</td>
</tr>
@ -126,6 +131,10 @@
<td colspan="12" ng-include
src="'assets/views/status-update/updateFeesStatus.html'"></td>
</tr>
<tr ng-show="viewId === user.ID" ng-if="viewId === user.ID">
<td colspan="12" ng-include
src="'assets/views/status-update/setFeesForStudent.html'"></td>
</tr>
</tbody>
</table>