Skip to content
Snippets Groups Projects
Commit 2f5aec0a authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout lien vers les graph

parent 9ea177c3
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,13 @@ if ($account > 0)
print '<input type="hidden" name="action" value="search">';
print '<input type="hidden" name="account" value="' . $acct->id . '">';
print '<tr class="liste_titre">';
print '<td colspan="3">&nbsp;</td>';
print '<td colspan="3"></td>';
print '<td><input type="text" name="req_desc" value="'.$_POST["req_desc"].'" size="40"></td>';
print '<td colspan="3"><a href="graph.php?id='.$acct->id.'">Graph</a></td>';
print '<td><input type="text" class="flat" name="req_desc" value="'.$_POST["req_desc"].'" size="40"></td>';
print '<td align="right"><input type="text" class="flat" name="req_debit" value="'.$_POST["req_debit"].'" size="6"></td>';
print '<td align="right"><input type="text" class="flat" name="req_credit" value="'.$_POST["req_credit"].'" size="6"></td>';
print '<td align="center"><input type="image" class="liste_titre" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/search.png" alt="'.$langs->trans("Search").'"></td>';
......
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