merge with rel310C

This commit is contained in:
sparkyx 2008-02-11 18:53:44 +00:00
parent 2bddf09d9c
commit aefc4b1eb8
77 changed files with 1189 additions and 1205 deletions

View file

@ -37,7 +37,7 @@ if ( isset( $_POST['confirm_mod'] ) )
$object=new parm_code($cn);
$all=$object->LoadAll();
echo '<div style="position:float;align:right; ">';
echo '<div style="float:left; ">';
echo '<table align="left">';
for ($i=0;$i<sizeof($all);$i++) {
echo '<TR>';
@ -58,7 +58,7 @@ echo "</div>";
// modifie
if ( isset ($_POST['mod'] ))
{
echo '<div style="position:float;align:right;">';
echo '<div style="float:left;">';
echo "Voulez-vous vraiment modifier ?";
echo '<FORM METHOD="POST">';
@ -75,4 +75,4 @@ if ( isset ($_POST['mod'] ))
echo "</FORM>";
echo "</div>";
}
}