Skip to content
Snippets Groups Projects
Commit d7e72a0e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: alignement tableau

parent 15478016
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,9 @@ if ($conf->propal->enabled)
$var=false;
print '<table class="noborder" width="100%">';
print '<form method="post" action="'.DOL_URL_ROOT.'/comm/propal.php">';
print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAProposal").'</td></tr>';
print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("SearchAProposal").'</td></tr>';
print '<tr '.$bc[$var].'><td>';
print $langs->trans("Ref").' : <input type="text" class="flat" name="sf_ref" size="16">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print $langs->trans("Ref").':</td><td><input type="text" class="flat" name="sf_ref" size="16"></td><td><input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
print "</form></table><br>\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment