| Line 89... |
Line 89... |
| 89 |
<h1>Recharge Details</h1>
|
89 |
<h1>Recharge Details</h1>
|
| 90 |
<div style="padding-top: 10px; padding-bottom: 20px;" class="note">Note: Please note the following details about your Online Recharge request.</div>
|
90 |
<div style="padding-top: 10px; padding-bottom: 20px;" class="note">Note: Please note the following details about your Online Recharge request.</div>
|
| 91 |
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
|
91 |
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
|
| 92 |
<thead>
|
92 |
<thead>
|
| 93 |
<tr>
|
93 |
<tr>
|
| - |
|
94 |
<th width="20%">Order Id</th>
|
| 94 |
<th width="25%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
|
95 |
<th width="20%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
|
| 95 |
<th width="25%">Operator</th>
|
96 |
<th width="20%">Operator</th>
|
| 96 |
<th width="25%">Amount</th>
|
97 |
<th width="20%">Amount</th>
|
| 97 |
<th width="25%" class="borderRight">Status</th>
|
98 |
<th width="20%" class="borderRight">Status</th>
|
| 98 |
</tr>
|
99 |
</tr>
|
| 99 |
</thead>
|
100 |
</thead>
|
| 100 |
<tbody>
|
101 |
<tbody>
|
| 101 |
<tr>
|
102 |
<tr>
|
| - |
|
103 |
<td>$rechargeOrder.getDisplayId()</td>
|
| 102 |
<td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
|
104 |
<td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
|
| 103 |
<td>$action.getProvider()</td>
|
105 |
<td>$action.getProvider()</td>
|
| 104 |
<td>$rechargeOrder.getTotalAmount()</td>
|
106 |
<td>$rechargeOrder.getTotalAmount()</td>
|
| 105 |
<td class="$status.get(0)">$status.get(1)</td>
|
107 |
<td class="$status.get(0)">$status.get(1)</td>
|
| 106 |
</tr>
|
108 |
</tr>
|