Ajout formulaire de recherche
This commit is contained in:
parent
1bc25319e9
commit
2923db114a
@ -65,6 +65,16 @@ print_titre(translate("Accueil comptabilit
|
||||
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="4">';
|
||||
|
||||
print '<tr><td valign="top" width="33%">';
|
||||
/*
|
||||
*
|
||||
*/
|
||||
print '<TABLE border="0" cellspacing="0" cellpadding="3" width="100%">';
|
||||
print "<TR class=\"liste_titre\">";
|
||||
print '<td colspan="2">Rechercher une facture</td></tr>';
|
||||
print '<form method="post" action="facture.php3">';
|
||||
print "<tr $bc[1]><td>";
|
||||
print 'Num. : <input type="text" name="sf_ref"><input type="submit" value="Rechercher" class="flat"></td></tr>';
|
||||
print "</form></table><br>";
|
||||
|
||||
/*
|
||||
* Propales à facturer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user