num_rows();
$num = 0;
if ($numrows > 0) {
?>
N° |
= $this->lang->line('Pays'); ?> |
Type |
= $this->lang->line('Nom'); ?> |
Code |
= $this->lang->line('Adresse'); ?> |
= $this->lang->line('Statut'); ?> |
= $this->lang->line('Activer/Désactiver'); ?> |
result() as $row) {
// Seuls les operateurs bancaires peuvent appartenir à des pays etrangers
if($row->type != 'bank' && ($row->country_id != $row->network_country_id))
continue;
$num ++;
$type = $this->session->userdata('site_lang') === 'french' ? $row->type_fr : $row->type_en;
echo "
$num |
$row->country |
$type |
$row->operator_name |
$row->operator_code |
$row->operator_address | ";
?>
id_network){
?>
= $this->lang->line('Actif'); ?> |
|
= $this->lang->line('Inactif'); ?> |
|
id_network ? '?id='.$row->id_network : '')?>id_network) echo "disabled"?>
lang->line('Voir plus...'); ?>
lang->line('no_operator');
}
}else {
echo $this->lang->line('no_operator');
}
?>