Ajout lien vers les graph
This commit is contained in:
parent
9ea177c301
commit
2f5aec0a4c
@ -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"> </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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user