mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Look: Modif esthtique mineure
This commit is contained in:
parent
4d19d12fff
commit
4fff08eb08
|
|
@ -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> </td><td align="center"><input class="button" type="submit" value="'.$langs->trans("Search").'">';
|
||||
print "</td>";
|
||||
print "</tr>\n";
|
||||
|
|
|
|||
|
|
@ -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> </td>";
|
||||
print "<td> </td><td> </td><td> </td><td> </td><td> </td><td> </td>";
|
||||
print "</tr>\n";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user