Fix: Syntax error

This commit is contained in:
Laurent Destailleur 2008-12-04 23:25:48 +00:00
parent 0560961d8a
commit 55c832e2b3
3 changed files with 17 additions and 16 deletions

View File

@ -211,9 +211,11 @@ print '</tr>';
<input type="hidden" name="action" value="add"> <input type="hidden" name="action" value="add">
<input type="hidden" name="norss" value="<?php echo ($lastexternalrss+1) ?>"> <input type="hidden" name="norss" value="<?php echo ($lastexternalrss+1) ?>">
</td> </td>
</table> </tr>
<?php
</form> print '</table>';
print '</form>';
?>
<br> <br>

View File

@ -144,8 +144,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</fieldset> </fieldset>
<!-- ========================= Cadre "Différence" ============================= --> <!-- ========================= Cadre "Différence" ============================= -->
<fieldset class="cadre_facturation"><legend class="titre1">Différence</legend>
<form id="frmDifference" class="formulaire1" method="post" onsubmit="javascript: return verifReglement()" action="validation_verif.php?action=valide_achat"> <form id="frmDifference" class="formulaire1" method="post" onsubmit="javascript: return verifReglement()" action="validation_verif.php?action=valide_achat">
<fieldset class="cadre_facturation"><legend class="titre1">Différence</legend>
<table> <table>
<tr><th class="label1">Montant dû</th><th class="label1">Encaissé</th><th class="label1">Rendu</th></tr> <tr><th class="label1">Montant dû</th><th class="label1">Encaissé</th><th class="label1">Rendu</th></tr>
<tr> <tr>
@ -163,7 +163,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<fieldset class="cadre_facturation"><legend class="titre1">Mode de paiement</legend> <fieldset class="cadre_facturation"><legend class="titre1">Mode de paiement</legend>
<table> <table>
<input type="hidden" name="hdnChoix" value="" /> <input type="hidden" name="hdnChoix" value="" />
<tr>
<td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Espèces" onclick="javascript: verifClic('ESP');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Espèces" onclick="javascript: verifClic('ESP');" /></td>
<td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Carte" onclick="javascript: verifClic('CB');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Carte" onclick="javascript: verifClic('CB');" /></td>
<td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Chèque" onclick="javascript: verifClic('CHQ');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Chèque" onclick="javascript: verifClic('CHQ');" /></td>
@ -187,8 +187,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}); });
</script> </script>
</table> </table>
</form>
</fieldset> </fieldset>
</form>
<script type="text/javascript"> <script type="text/javascript">

View File

@ -21,10 +21,10 @@
*/ */
/** /**
\file htdocs/install/fileconf.php * \file htdocs/install/fileconf.php
\ingroup install * \ingroup install
\brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie <EFBFBD> l'<EFBFBD>tape suivante * \brief Demande les infos qui constituerons le contenu du fichier conf.php (qui sera remplie a l'etape suivante)
\version $Id$ * \version $Id$
*/ */
include_once("./inc.php"); include_once("./inc.php");
@ -61,17 +61,16 @@ if ($force_install_message_doliwamp)
print $langs->trans("KeepDefaultValues").'<br>'; print $langs->trans("KeepDefaultValues").'<br>';
} }
print '<table border="0" cellpadding="1" cellspacing="0">';
?> ?>
<table border="0" cellpadding="1" cellspacing="0">
<tr> <tr>
<td colspan="3" class="label" align="center"><h3> <td colspan="3" class="label" align="center"><h3>
<?php echo $langs->trans("Main"); ?> <?php echo $langs->trans("Main"); ?>
</h3></td></tr> </h3></td></tr>
<?php
print '<tr>'; <tr>
<?php
print '<td valign="top" class="label"><b>'; print '<td valign="top" class="label"><b>';
print $langs->trans("WebPagesDirectory"); print $langs->trans("WebPagesDirectory");
print "</b></td>"; print "</b></td>";