Fix: Syntax error
This commit is contained in:
parent
0560961d8a
commit
55c832e2b3
@ -211,9 +211,11 @@ print '</tr>';
|
||||
<input type="hidden" name="action" value="add">
|
||||
<input type="hidden" name="norss" value="<?php echo ($lastexternalrss+1) ?>">
|
||||
</td>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</tr>
|
||||
<?php
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
?>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
@ -144,8 +144,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
</fieldset>
|
||||
|
||||
<!-- ========================= Cadre "Différence" ============================= -->
|
||||
<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>
|
||||
<form id="frmDifference" class="formulaire1" method="post" onsubmit="javascript: return verifReglement()" action="validation_verif.php?action=valide_achat">
|
||||
<table>
|
||||
<tr><th class="label1">Montant dû</th><th class="label1">Encaissé</th><th class="label1">Rendu</th></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>
|
||||
<table>
|
||||
<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="Carte" onclick="javascript: verifClic('CB');" /></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>
|
||||
</table>
|
||||
</form>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -21,11 +21,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/install/fileconf.php
|
||||
\ingroup install
|
||||
\brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie <EFBFBD> l'<EFBFBD>tape suivante
|
||||
\version $Id$
|
||||
*/
|
||||
* \file htdocs/install/fileconf.php
|
||||
* \ingroup install
|
||||
* \brief Demande les infos qui constituerons le contenu du fichier conf.php (qui sera remplie a l'etape suivante)
|
||||
* \version $Id$
|
||||
*/
|
||||
include_once("./inc.php");
|
||||
|
||||
|
||||
@ -61,17 +61,16 @@ if ($force_install_message_doliwamp)
|
||||
print $langs->trans("KeepDefaultValues").'<br>';
|
||||
}
|
||||
|
||||
|
||||
print '<table border="0" cellpadding="1" cellspacing="0">';
|
||||
|
||||
?>
|
||||
<table border="0" cellpadding="1" cellspacing="0">
|
||||
|
||||
<tr>
|
||||
<td colspan="3" class="label" align="center"><h3>
|
||||
<?php echo $langs->trans("Main"); ?>
|
||||
</h3></td></tr>
|
||||
<?php
|
||||
|
||||
print '<tr>';
|
||||
<tr>
|
||||
<?php
|
||||
print '<td valign="top" class="label"><b>';
|
||||
print $langs->trans("WebPagesDirectory");
|
||||
print "</b></td>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user