Affichage d'un message "Aucune criture bancaire trouve" si recherche infructueuse.
This commit is contained in:
parent
c293f353ea
commit
458cbecabd
@ -74,7 +74,7 @@ print "</tr>\n";
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<input type="submit" value="Chercher">
|
<input type="submit" name="submit" value="Chercher">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?PHP
|
<?PHP
|
||||||
@ -175,8 +175,9 @@ if ($result)
|
|||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
if (! $num) {
|
// Si accès issu d'une recherche et rien de trouvé
|
||||||
print "Aucune réponse trouvée.";
|
if ($_POST["submit"] && ! $num) {
|
||||||
|
print "Aucune écriture bancaire répondant aux critères n'a été trouvée.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user