Subversion Repositories SmartDukaan

Rev

Rev 4280 | Rev 4490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4280 Rev 4438
Line 136... Line 136...
136
				#else
136
				#else
137
				<td>N/A</td>
137
				<td>N/A</td>
138
				#end
138
				#end
139
                <td class="truncated-text-for-order-table">$payment.getGatewayId()</td>
139
                <td class="truncated-text-for-order-table">$payment.getGatewayId()</td>
140
                <td>$payment.getAmount()</td>
140
                <td>$payment.getAmount()</td>
141
                <td class="center-aligned"><input id="block-payment" type="button" transactionId="$payment.getMerchantTxnId()" currentAgent="$action.getCurrentAgentEmailId()" ticketId="$ticketId" value="Block Payment" class="CODButton"/> </td>
141
                <td class="center-aligned"><input id="block-payment" type="button" transactionId="$payment.getMerchantTxnId()" paymentId = "$paymentId" ticketId="$ticketId" value="Block Payment" class="CODButton"/> </td>
142
                <td class="center-aligned"><input id="allow-payment" type="button" transactionId="$payment.getMerchantTxnId()" ticketId="$ticketId" value="Allow Payment" class="CODButton"/> </td>
142
                <td class="center-aligned"><input id="allow-payment" type="button" transactionId="$payment.getMerchantTxnId()" paymentId = "$paymentId" ticketId="$ticketId" value="Allow Payment" class="CODButton"/> </td>
143
            </tr>
143
            </tr>
144
            #end
144
            #end
145
        </tbody>
145
        </tbody>
146
    </table>
146
    </table>
147
</div>
147
</div>