Typo Aciotn -> Action

This commit is contained in:
Dany De Bontridder 2009-05-30 17:23:04 +00:00
parent c639c49276
commit 57eef0dd20

View file

@ -81,7 +81,7 @@ if ( ! empty ($array)) {
echo '<table style="border: 2px outset blue; width: 100%;" >';
echo $tr.$th.'Libell&eacute;'.$eth.$th.'Type de fiche'
.$eth.$th.'enregistr&eacute; dans le journal'.$eth.
$th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr;
$th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr;
foreach ($array as $row) {
echo $tr;
echo $row->row();
@ -108,7 +108,7 @@ if ( ! empty ($array)) {
echo '<table style="border: 2px outset blue; width: 100%;" >';
echo $tr.$th.'Libell&eacute;'.$eth.$th.'Type de fiche'
.$eth.$th.'enregistr&eacute; dans le journal'.$eth.
$th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr;
$th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr;
foreach ($array as $row) {
echo $tr;
echo $row->row();