/[dolibarr]/dolibarr/htdocs/compta/bank/account.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/account.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50 by rodolphe, Sun Jul 31 17:13:32 2005 UTC revision 1.51 by rodolphe, Sun Jul 31 17:14:23 2005 UTC
# Line 215  if ($account > 0) Line 215  if ($account > 0)
215    print '<input type="hidden" name="account" value="' . $acct->id . '">';    print '<input type="hidden" name="account" value="' . $acct->id . '">';
216    print '<tr class="liste_titre">';    print '<tr class="liste_titre">';
217    
218    print '<td colspan="3"></td>';  
   print '<td><input type="text" name="req_desc" value="'.$_POST["req_desc"].'" size="40"></td>';  
219    
220    print '<td colspan="3"><a href="graph.php?id='.$acct->id.'">Graph</a></td>';    print '<td colspan="3"><a href="graph.php?id='.$acct->id.'">Graph</a></td>';
221    print '<td><input type="text" class="flat" name="req_desc" value="'.$_POST["req_desc"].'" size="40"></td>';    print '<td><input type="text" class="flat" name="req_desc" value="'.$_POST["req_desc"].'" size="40"></td>';

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26