Blame | Last modification | View Log | RSS feed
#if($rechargeTransaction.getStatus() == "PENDING" || $rechargeTransaction.getStatus() == "UNDER_PROCESS")<h3 style="padding-left:3%;padding-top:2%;font-weight:bold;">Recharge Id : $rechargeTransaction.getId()</h3><div class="row" style="padding-left:3%;"><div class="col-lg-4"><p></p><div class="btn-group" style="width:40%">#if($rechargeTransaction.getType() == "MOBILE")<button class="btn mobile-recharge-check-status" data="$rechargeTransaction.getRequestId()" style="width:100%;background-color:#e98c8f;color:white;">Check Status</button>#else<button class="btn dth-recharge-check-status" data="$rechargeTransaction.getRequestId()" style="width:100%;background-color:#e98c8f;color:white;">Check Status</button>#end</div></div></div><hr />#end