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

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

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

revision 1.28 by eldy, Sat Sep 17 00:14:36 2005 UTC revision 1.29 by eldy, Sun Sep 18 19:01:52 2005 UTC
# Line 174  if ($_GET["action"] == 'create') Line 174  if ($_GET["action"] == 'create')
174    print '<input type="text" size="4" maxlength="4" name="reyear" value="'.strftime("%Y",$now).'">';    print '<input type="text" size="4" maxlength="4" name="reyear" value="'.strftime("%Y",$now).'">';
175    print '</td></tr>';    print '</td></tr>';
176        
   print '<tr><td valign="top">&nbsp;</td>';  
   print '<td colspan="3"><input type="checkbox" name="norappro" value="'.$_POST["norappro"].'"> '.$langs->trans("DisableConciliation").'</td></tr>';  
   
177    print '<tr><td colspan="4"><b>'.$langs->trans("IfBankAccount").'...</b></td></tr>';    print '<tr><td colspan="4"><b>'.$langs->trans("IfBankAccount").'...</b></td></tr>';
178    
179      print '<tr><td valign="top">'.$langs->trans("Conciliation").'</td>';
180      print '<td colspan="3"><input type="checkbox" name="norappro" value="'.$_POST["norappro"].'"> '.$langs->trans("DisableConciliation").'</td></tr>';
181    
182    print '<tr><td valign="top">'.$langs->trans("Bank").'</td>';    print '<tr><td valign="top">'.$langs->trans("Bank").'</td>';
183    print '<td colspan="3"><input size="30" type="text" class="flat" name="bank" value="'.$_POST["bank"].'"></td></tr>';    print '<td colspan="3"><input size="30" type="text" class="flat" name="bank" value="'.$_POST["bank"].'"></td></tr>';
184    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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