/[dolibarr]/dolibarr/htdocs/compta/sociales/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/sociales/index.php

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

revision 1.30 by eldy, Thu Aug 11 20:24:58 2005 UTC revision 1.31 by eldy, Tue Sep 6 20:58:15 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2003 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 164  if ($user->rights->compta->charges->cree Line 163  if ($user->rights->compta->charges->cree
163      print '<td align="left"><input type="text" size="34" name="libelle"></td>';      print '<td align="left"><input type="text" size="34" name="libelle"></td>';
164      print '<td align="right"><input type="text" size="6" name="amount"></td>';      print '<td align="right"><input type="text" size="6" name="amount"></td>';
165            
166      print '<td align="center"><input type="submit" value="'.$langs->trans("Add").'"></td>';      print '<td align="center"><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';
167      print '</tr>';      print '</tr>';
168    
169      print '</form>';      print '</form>';

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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