/[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.5 by eldy, Tue Sep 13 08:20:20 2005 UTC revision 1.6 by eldy, Wed Oct 19 05:12:49 2005 UTC
# Line 50  llxHeader("",$langs->trans("AccountancyS Line 50  llxHeader("",$langs->trans("AccountancyS
50   * Affichage page   * Affichage page
51   *   *
52   */   */
53  print_titre($langs->trans("AccountancySetup"));  print_fiche_titre($langs->trans("AccountancySetup"));
54    
55  print '<table border="0" width="100%">';  print '<table border="0" width="100%" class="notopnoleftnoright">';
56    
57  print '<tr><td valign="top" width="30%">';  print '<tr><td valign="top" width="30%" class="notopnoleft">';
58    
59  /*  /*
60   * Zone recherche facture   * Zone recherche facture
# Line 62  print '<tr><td valign="top" width="30%"> Line 62  print '<tr><td valign="top" width="30%">
62  print '<form method="post" action="facture.php">';  print '<form method="post" action="facture.php">';
63  print '<table class="noborder" width="100%">';  print '<table class="noborder" width="100%">';
64  print "<tr class=\"liste_titre\">";  print "<tr class=\"liste_titre\">";
65  print '<td colspan="2">'.$langs->trans("SearchABill").'</td></tr>';  print '<td colspan="3">'.$langs->trans("SearchABill").'</td></tr>';
66  print "<tr $bc[0]><td>";  print "<tr $bc[0]><td>";
67  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>';  print $langs->trans("Ref").':</td><td><input type="text" class="flat" name="sf_ref"></td><td><input type="submit" class="button" value="'.$langs->trans("Search").'"></td></tr>';
68  print "</table></form><br>";  print "</table></form><br>";
69    
70    
71    
72  print '</td><td valign="top" width="70%">';  print '</td><td valign="top" width="70%" class="notopnoleft">';
73    
74    
75    

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

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