Look: Modif esthtique mineure

This commit is contained in:
Laurent Destailleur 2005-01-19 21:53:00 +00:00
parent 4d19d12fff
commit 4fff08eb08
6 changed files with 15 additions and 4 deletions

View File

@ -114,9 +114,9 @@ if ($result)
print '<form method="get" action="clients.php">';
print '<tr class="liste_titre">';
print '<td valign="right">';
print '<input type="text" name="search_nom" value="'.stripslashes($_GET["search_nom"]).'">';
print '<input type="text" class="flat" name="search_nom" value="'.stripslashes($_GET["search_nom"]).'">';
print '</td><td valign="right">';
print '<input type="text" name="search_code" value="'.$_GET["search_code"].'">';
print '<input type="text" class="flat" name="search_code" value="'.$_GET["search_code"].'">';
print '</td><td>&nbsp;</td><td align="center"><input class="button" type="submit" value="'.$langs->trans("Search").'">';
print "</td>";
print "</tr>\n";

View File

@ -135,9 +135,9 @@ if ($result)
print '<form method="get" action="prospects.php">';
print '<tr class="liste_titre">';
print '<td valign="right">';
print '<input type="text" name="search_nom" value="'.$_GET["search_nom"].'">';
print '<input type="text" class="flat" name="search_nom" value="'.$_GET["search_nom"].'">';
print '</td><td>';
print '<input type="text" name="search_ville" value="'.$_GET["search_nom"].'">';
print '<input type="text" class="flat" name="search_ville" value="'.$_GET["search_nom"].'">';
print "</td><td>&nbsp;</td>";
print "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>";
print "</tr>\n";

View File

@ -229,3 +229,11 @@ div.formsearch
vertical-align: center;
}
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;
}

View File

@ -251,6 +251,7 @@ div.help
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;

View File

@ -247,6 +247,7 @@ div.help
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;

View File

@ -251,6 +251,7 @@ div.help
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;