Typo Aucun_e_ Opération

This commit is contained in:
Dany De Bontridder 2012-01-10 09:13:44 +00:00
parent 4db8c50285
commit f1eee6e65f
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ if ( isset($_GET['f_id']))
echo '<p style="text-align:center;font-size:125%">'.$detail_card.'</p>';
if ( $fiche->HtmlTable($array,0,0)==-1){
echo h2("Aucun opération pour l'exercice courant",'class="error"');
echo h2("Aucune opération pour l'exercice courant",'class="error"');
}
echo $old;
@ -180,7 +180,7 @@ if ( isset($_REQUEST['pcm_val']))
if ( $poste->HtmlTable($array) == -1)
{
echo h2info($poste->id." ".$poste->name);
echo h2("Aucun opération pour l'exercice courant",'class="error"');
echo h2("Aucune opération pour l'exercice courant",'class="error"');
}
echo $old;

View file

@ -66,7 +66,7 @@ else
}
if ( $fiche->HtmlTable($array,0,0)==-1){
echo h2("Aucun opération pour l'exercice courant",'class="error"');
echo h2("Aucune opération pour l'exercice courant",'class="error"');
}
echo $old;