?> </th> </tr> <tr height="20px"> <td class="form_head"> <?php echo gettext("ACCOUNT NUMBER"); ?> : </td> <td class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" width="70%"> <?php if (has_rights(ACX_CUSTOMER)) { echo infocustomer_id($payment['card_id']); } else { echo nameofcustomer_id($payment['card_id']); } ?> </td> </tr> <tr height="20px"> <td class="form_head"> <?php echo gettext("AMOUNT"); ?> : </td> <td class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" width="70%"> <?php echo $payment['payment'] . " " . strtoupper(BASE_CURRENCY); ?>
<table style="width : 80%;" class="editform_table1"> <tr> <th colspan="2" background="../Public/templates/default/images/background_cells.gif"> <?php echo gettext("REFILL INFO") ?> </th> </tr> <tr height="20px"> <td class="form_head"> <?php echo gettext("ACCOUNT NUMBER") ?> : </td> <td class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" width="70%"> <?php if ( has_rights (ACX_CUSTOMER)) { echo infocustomer_id($refill['card_id']); }else{ echo nameofcustomer_id($refill['card_id']); } ?> </td> </tr> <tr height="20px"> <td class="form_head"> <?php echo gettext("AMOUNT") ?> : </td> <td class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" width="70%"> <?php echo $refill['credit']." ".strtoupper(BASE_CURRENCY);?> </td> </tr> <tr height="20px"> <td class="form_head"> <?php echo gettext("CREATION DATE") ?> :