<br/>
<br/>
<table style="width : 80%;" class="editform_table1">
   <tr>
   		<th colspan="2" background="../Public/templates/default/images/background_cells.gif">
   			<?php echo gettext("PAYMENT INFO") ?>
   		</th>	
   </tr>
   <tr height="20px">
		<td  class="form_head">
			<?php echo gettext("AGENT") ?> :
		</td>
		<td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
			<?php 
			if (has_rights (ACX_ADMINISTRATOR)) { 
				echo linktoagent($payment['agent_id']);
			}else{
				echo nameofagent($payment['agent_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);?> 
		</td>
   </tr>
   	<tr height="20px">
               <?php 
echo gettext("REMITTANCE INFO");
?>
           </th>
   </tr>
   <tr height="20px">
        <td  class="form_head">
            <?php 
echo gettext("AGENT");
?>
 :
        </td>
        <td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
            <?php 
if (has_rights(ACX_ADMINISTRATOR)) {
    echo linktoagent($remittance['id_agent']);
} else {
    echo nameofagent($remittance['id_agent']);
}
?>
        </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 
               <?php 
echo gettext("REFILL INFO");
?>
           </th>
   </tr>
   <tr height="20px">
        <td  class="form_head">
            <?php 
echo gettext("AGENT");
?>
 :
        </td>
        <td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
            <?php 
if (has_rights(ACX_ADMINISTRATOR)) {
    echo linktoagent($refill['agent_id']);
} else {
    echo nameofagent($refill['agent_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