= $this->lang->line('activated_countries'); ?>
num_rows();
$num = 0;
if ($numrows > 0) {
?>
lang->line('Aucun pays');
}
}else {
echo $this->lang->line('Aucun pays');
}
?>
N° | = $this->lang->line('Pays'); ?> | = $this->lang->line('max_amount_per_day').' national'; ?> | = $this->lang->line('max_amount_per_week').' national'; ?> | = $this->lang->line('max_amount_per_month').' national'; ?> | = $this->lang->line('max_amount_per_day').' international'; ?> | = $this->lang->line('max_amount_per_week').' international'; ?> | = $this->lang->line('max_amount_per_month').' international'; ?> | Action |
---|---|---|---|---|---|---|---|---|
$num | $row->country | "; ?>id_country) echo Money::of(round($row->montant_max_jour_national, 2), $row->currency_code, $context)->formatTo('fr_FR') ?> | id_country) echo Money::of(round($row->montant_max_hebdo_national, 2), $row->currency_code, $context)->formatTo('fr_FR') ?> | id_country) echo Money::of(round($row->montant_max_mensuel_national, 2), $row->currency_code, $context)->formatTo('fr_FR'); ?> | id_country) echo Money::of(round($row->montant_max_jour_international, 2), $row->currency_code, $context)->formatTo('fr_FR') ?> | id_country) echo Money::of(round($row->montant_max_hebdo_international, 2), $row->currency_code, $context)->formatTo('fr_FR') ?> | id_country) echo Money::of(round($row->montant_max_mensuel_international, 2), $row->currency_code, $context)->formatTo('fr_FR'); ?> |