set fees delete options changes
This commit is contained in:
parent
d2f5bdbb87
commit
024705f854
@ -2,6 +2,12 @@
|
||||
a {
|
||||
color: #ffffff;
|
||||
}
|
||||
b.fa {
|
||||
display: inline-block;
|
||||
border-radius: 60px;
|
||||
box-shadow: 0px 0px 2px #d43f3a;
|
||||
padding: 0.5em 0.6em;
|
||||
}
|
||||
</style>
|
||||
<form name="Form" id="form" novalidate>
|
||||
<div class="row">
|
||||
@ -381,6 +387,7 @@
|
||||
<th>Others</th>
|
||||
<!-- <th>Waiver</th>-->
|
||||
<th>Payable Fees</th>
|
||||
<th></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
@ -395,6 +402,14 @@
|
||||
<td>{{p.Others}}</td>
|
||||
<!-- <td>{{p.Waiver}}</td>-->
|
||||
<td>{{p.PayableFees}}</td>
|
||||
<td>
|
||||
<a ng-if="p.FeesPaidID =='' || p.FeesPaidID ==null" class="text-red" id="deleteRowBtn{{p.ID}}" tooltip="Delete" ng-click="deleteSetFees(user,p);"><b class="fa fa-hover fa-trash " aria-hidden="true"></b>
|
||||
</a>
|
||||
<a ng-if="p.FeesPaidID !='' && p.FeesPaidID !=null">
|
||||
|
||||
</a>
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user