Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 23505 |
ashik.ali |
1 |
#if($rechargeTransaction.getStatus() == "PENDING" || $rechargeTransaction.getStatus() == "UNDER_PROCESS")
|
|
|
2 |
<h3 style="padding-left:3%;padding-top:2%;font-weight:bold;">Recharge Id : $rechargeTransaction.getId()</h3>
|
|
|
3 |
<div class="row" style="padding-left:3%;">
|
|
|
4 |
<div class="col-lg-4">
|
|
|
5 |
<p></p>
|
|
|
6 |
<div class="btn-group" style="width:40%">
|
|
|
7 |
#if($rechargeTransaction.getType() == "MOBILE")
|
|
|
8 |
<button class="btn mobile-recharge-check-status" data="$rechargeTransaction.getRequestId()" style="width:100%;background-color:#e98c8f;color:white;">Check Status</button>
|
|
|
9 |
#else
|
|
|
10 |
<button class="btn dth-recharge-check-status" data="$rechargeTransaction.getRequestId()" style="width:100%;background-color:#e98c8f;color:white;">Check Status</button>
|
|
|
11 |
#end
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
</div>
|
|
|
15 |
<hr />
|
|
|
16 |
#end
|