/[dolibarr]/dolibarr/htdocs/compta/prelevement/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/prelevement/fiche.php

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

revision 1.15 by eldy, Sat Sep 10 14:24:10 2005 UTC revision 1.16 by eldy, Sat Sep 10 14:26:15 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 200  if ($_GET["id"]) Line 199  if ($_GET["id"])
199            print '<input type="file" name="userfile" size="30" maxlength="80"><br />';            print '<input type="file" name="userfile" size="30" maxlength="80"><br />';
200            print '</td></tr>';            print '</td></tr>';
201            print '<tr><td colspan="2" align="center">';            print '<tr><td colspan="2" align="center">';
202            print '<input type="submit">';            print '<input type="submit" class="button" value="'.$langs->trans("Send").'">';
203            print '</td></tr>';            print '</td></tr>';
204            print '</table></form>';            print '</table></form>';
205          }          }
# Line 214  if ($_GET["id"]) Line 213  if ($_GET["id"])
213            print $html->select_date();            print $html->select_date();
214            print '</td></tr>';            print '</td></tr>';
215            print '<tr><td colspan="2" align="center">';            print '<tr><td colspan="2" align="center">';
216            print '<input type="submit">';            print '<input type="submit" class="button" value="'.$langs->trans("Send").'">';
217            print '</td></tr>';            print '</td></tr>';
218            print '</table></form>';            print '</table></form>';
219          }          }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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