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

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

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

revision 1.4 by eldy, Sun Jul 10 20:00:19 2005 UTC revision 1.5 by eldy, Tue Sep 13 08:20:20 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 65  print '<table class="noborder" width="10 Line 64  print '<table class="noborder" width="10
64  print "<tr class=\"liste_titre\">";  print "<tr class=\"liste_titre\">";
65  print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';  print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';
66  print "<tr $bc[0]><td>";  print "<tr $bc[0]><td>";
67  print $langs->trans("Ref").' : <input type="text" name="sf_ref">&nbsp;<input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';  print $langs->trans("Ref").'</td><td><input type="text" class="button" name="sf_ref">&nbsp;<input type="submit" class="button" value="'.$langs->trans("Search").'"></td></tr>';
68  print "</table></form><br>";  print "</table></form><br>";
69    
70    
# Line 80  print '</table>'; Line 79  print '</table>';
79    
80  $db->close();  $db->close();
81    
82  llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");  llxFooter('$Date$ - $Revision$');
83  ?>  ?>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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