Ejemplo n.º 1
0
<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">
		<td  class="form_head">
			<?php echo gettext("CREATION DATE") ?> :
Ejemplo n.º 2
0
?>
           </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 
echo $remittance['amount'] . " " . strtoupper(BASE_CURRENCY);
?>
Ejemplo n.º 3
0
           <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("AGENT");
?>
 :
        </td>
        <td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
            <?php 
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 
echo $refill['credit'] . " " . strtoupper(BASE_CURRENCY);
?>
        </td>