- déplacement des balises <form> et </form> en dehors du tableau pour passer au validateur HTML
- ajout d'un espace entre un champ de saisie et un bouton
This commit is contained in:
parent
4025a2c338
commit
f08f9a639d
@ -68,13 +68,13 @@ print '<tr><td valign="top" width="33%">';
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
print '<form method="post" action="facture.php">';
|
||||||
print '<TABLE border="0" cellspacing="0" cellpadding="3" width="100%">';
|
print '<TABLE border="0" cellspacing="0" cellpadding="3" width="100%">';
|
||||||
print "<TR class=\"liste_titre\">";
|
print "<TR class=\"liste_titre\">";
|
||||||
print '<td colspan="2">Rechercher une facture</td></tr>';
|
print '<td colspan="2">Rechercher une facture</td></tr>';
|
||||||
print '<form method="post" action="facture.php">';
|
|
||||||
print "<tr $bc[1]><td>";
|
print "<tr $bc[1]><td>";
|
||||||
print 'Num. : <input type="text" name="sf_ref"><input type="submit" value="Rechercher" class="flat"></td></tr>';
|
print 'Num. : <input type="text" name="sf_ref"> <input type="submit" value="Rechercher" class="flat"></td></tr>';
|
||||||
print "</form></table><br>";
|
print "</table></form><br>";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Propales à facturer
|
* Propales à facturer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user