/[dolibarr]/dolibarr/htdocs/compta/ventilation/lignes.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/ventilation/lignes.php

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

revision 1.8 by rodolphe, Wed Mar 23 13:52:34 2005 UTC revision 1.9 by eldy, Wed Oct 19 05:12:49 2005 UTC
# Line 17  Line 17 
17   *   *
18   * $Id$   * $Id$
19   * $Source$   * $Source$
  *  
20   */   */
21    
22  /*!  /**
23     \file       htdocs/compta/ventilation/lignes.php          \file       htdocs/compta/ventilation/lignes.php
24     \ingroup    facture          \ingroup    facture
25     \brief      Page de detail des lignes de ventilation d'une facture          \brief      Page de detail des lignes de ventilation d'une facture
26     \version    $Revision$          \version    $Revision$
27  */  */
28    
29  require("./pre.inc.php");  require("./pre.inc.php");
# Line 85  if ($result) Line 84  if ($result)
84    print "</tr>\n";    print "</tr>\n";
85        
86    print '<tr class="liste_titre"><td><input name="search_facture" size="8" value="'.$_GET["search_facture"].'"></td>';    print '<tr class="liste_titre"><td><input name="search_facture" size="8" value="'.$_GET["search_facture"].'"></td>';
87    print '<td><input type="submit"></td>';    print '<td>&nbsp;</td>';
88    print '<td align="right">&nbsp;</td>';    print '<td align="right">&nbsp;</td>';
89    print '<td align="center">&nbsp;</td>';    print '<td align="center">&nbsp;</td>';
90    print '<td align="center">&nbsp;</td>';    print '<td align="right">';
91      print '<input type="image" class="liste_titre" name="button_search" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/search.png" alt="'.$langs->trans("Search").'">';
92      print '</td>';
93    print "</tr>\n";    print "</tr>\n";
94    
95    $var=True;    $var=True;
# Line 118  print "</table></form>"; Line 119  print "</table></form>";
119    
120  $db->close();  $db->close();
121    
122  llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");  llxFooter('$Date$ - $Revision$');
123  ?>  ?>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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