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

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

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

revision 1.18 by eldy, Sun Aug 14 22:57:41 2005 UTC revision 1.19 by eldy, Tue Sep 6 20:58:15 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   *   *
5   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
6   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 111  if ($result) Line 110  if ($result)
110  $var=!$var;  $var=!$var;
111  print "<tr $bc[$var]>";  print "<tr $bc[$var]>";
112  print "<td>&nbsp;</td><td><input name=\"label\" type=\"text\" size=45></td>";  print "<td>&nbsp;</td><td><input name=\"label\" type=\"text\" size=45></td>";
113  print "<td align=\"center\"><input type=\"submit\" value=\"".$langs->trans("Add")."\"</td></tr>";  print '<td align="center"><input type="submit" class="button" value="'.$langs->trans("Add").'"></td></tr>';
114  print "</table></form>";  print "</table></form>";
115    
116    
117    
118  $db->close();  $db->close();
119    
120  llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");  llxFooter('$Date$ - $Revision$');
121  ?>  ?>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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