Typo Aciotn -> Action
This commit is contained in:
parent
c639c49276
commit
57eef0dd20
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ if ( ! empty ($array)) {
|
|||
echo '<table style="border: 2px outset blue; width: 100%;" >';
|
||||
echo $tr.$th.'Libellé'.$eth.$th.'Type de fiche'
|
||||
.$eth.$th.'enregistré 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é'.$eth.$th.'Type de fiche'
|
||||
.$eth.$th.'enregistré 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue