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); 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> <tr>
<td width="10">&nbsp;</td> <td width="10">&nbsp;</td>
<td valign="top" width="570"><br/> <td valign="top" width="570"><br/>
@ -342,3 +343,4 @@ if (preg_match('/INVESTIG/i', $_SESSION['tabInfo']['droits']))
</td> </td>
</tr> </tr>
</table> </table>
</div>