Modification structure html

This commit is contained in:
Michael RICOIS 2010-05-21 12:41:55 +00:00
parent 0a1fd7d306
commit 5583cdab6b

View File

@ -47,7 +47,7 @@ try {
?>
<style type="text/css">
#utilisateur { border-collapse:collapse; margin:0 5px;}
#utilisateur { width:100%; border-collapse:collapse; margin:0;}
#utilisateur tr.titre td { background-color: #D9EEF1; font-weight:bold; }
#utilisateur tr.border td { border:1px dashed #939393; padding:5px; margin:0;}
</style>
@ -91,6 +91,7 @@ if ($_SESSION['tabInfo']['profil'] == 'SuperAdministrateur') {
// --------------------------------------------------------------------------- //
?>
<h2>Liste des profils utilisateurs</h2>
<div class="blockh2">
<table id="utilisateur" >
<?php
if(isset($message) && $message!='')
@ -144,7 +145,7 @@ foreach ($utilisateurs as $uti)
</td>
</tr>
</table>
</div>
<?php
if($_SESSION['tabInfo']['profil']=='SuperAdministrateur')
{