Intégration dans la nouvelle structure de page

This commit is contained in:
Michael RICOIS 2009-11-05 14:07:50 +00:00
parent 203267dfcc
commit cf26d89358

View File

@ -15,7 +15,8 @@ function isUTF8($string)
return (utf8_encode(utf8_decode($string)) == $string);
}
?>
<table width="580" height="100%" border="0" align="left" bgcolor="#FFFFFF">
<div id="center">
<table border="0">
<tr>
<td width="10">&nbsp;</td>
<td valign="top" width="570"><br/>
@ -341,4 +342,5 @@ if (preg_match('/INVESTIG/i', $_SESSION['tabInfo']['droits']))
?>
</td>
</tr>
</table>
</table>
</div>