maj support css
This commit is contained in:
parent
62d5bebb90
commit
7a080c0c86
@ -166,7 +166,7 @@ else
|
|||||||
{
|
{
|
||||||
print '<form method="post" action="'.$PHP_SELF.'?id='.$id.'">';
|
print '<form method="post" action="'.$PHP_SELF.'?id='.$id.'">';
|
||||||
print '<input type="hidden" name="action" value="confirm_delete">';
|
print '<input type="hidden" name="action" value="confirm_delete">';
|
||||||
print '<table cellspacing="0" border="1" width="100%" cellpadding="3">';
|
print '<table class=tablefuser cellspacing="0" border="1" width="100%" cellpadding="3">';
|
||||||
|
|
||||||
print "<tr>".'<td colspan="3">Supprimer cet utilisateur</td></tr>';
|
print "<tr>".'<td colspan="3">Supprimer cet utilisateur</td></tr>';
|
||||||
print "<tr>".'<td class="delete">Etes-vous sur de vouloir supprimer cet utilisateur ?</td><td class="delete">';
|
print "<tr>".'<td class="delete">Etes-vous sur de vouloir supprimer cet utilisateur ?</td><td class="delete">';
|
||||||
@ -187,7 +187,7 @@ else
|
|||||||
* Droits
|
* Droits
|
||||||
*/
|
*/
|
||||||
|
|
||||||
print '<table width="100%" border="1" cellpadding="3" cellspacing="0">';
|
print '<table class=tablefuser width="100%" border="1" cellpadding="3" cellspacing="0">';
|
||||||
|
|
||||||
print "<tr>".'<td width="25%" valign="top">Nom</td>';
|
print "<tr>".'<td width="25%" valign="top">Nom</td>';
|
||||||
print '<td width="25%" class="valeur">'.$fuser->nom.'</td>';
|
print '<td width="25%" class="valeur">'.$fuser->nom.'</td>';
|
||||||
@ -223,7 +223,7 @@ else
|
|||||||
/*
|
/*
|
||||||
* Droits
|
* Droits
|
||||||
*/
|
*/
|
||||||
print '<table width="100%" border="0" cellpadding="2" cellspacing="0">';
|
print '<table class=tablefuser width="100%" border="0" cellpadding="2" cellspacing="0">';
|
||||||
$sql = "SELECT r.libelle, r.module FROM llx_rights_def as r, llx_user_rights as ur";
|
$sql = "SELECT r.libelle, r.module FROM llx_rights_def as r, llx_user_rights as ur";
|
||||||
$sql .= " WHERE ur.fk_id = r.id AND ur.fk_user = ".$fuser->id. " ORDER BY r.id ASC";
|
$sql .= " WHERE ur.fk_id = r.id AND ur.fk_user = ".$fuser->id. " ORDER BY r.id ASC";
|
||||||
$var = True;
|
$var = True;
|
||||||
@ -256,7 +256,7 @@ else
|
|||||||
* Affichage
|
* Affichage
|
||||||
*/
|
*/
|
||||||
|
|
||||||
print '<table width="100%" border="1" cellpadding="3" cellspacing="0">';
|
print '<table class=tablefuser width="100%" border="1" cellpadding="3" cellspacing="0">';
|
||||||
|
|
||||||
print "<tr>".'<td width="25%" valign="top">Nom</td>';
|
print "<tr>".'<td width="25%" valign="top">Nom</td>';
|
||||||
print '<td width="25%" class="valeur">'.$fuser->nom.'</td>';
|
print '<td width="25%" class="valeur">'.$fuser->nom.'</td>';
|
||||||
@ -321,7 +321,7 @@ else
|
|||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
print '<br><table width="100%" border="1" cellspacing="0" cellpadding="2">'."<tr>";
|
print '<br><table class=tableab width="100%" border="1" cellspacing="0" cellpadding="2">'."<tr>";
|
||||||
|
|
||||||
if ($user->admin)
|
if ($user->admin)
|
||||||
{
|
{
|
||||||
@ -374,7 +374,7 @@ else
|
|||||||
print '<hr><div class="titre">Edition de l\'utilisateur</div><br>';
|
print '<hr><div class="titre">Edition de l\'utilisateur</div><br>';
|
||||||
print '<form action="'.$PHP_SELF.'?id='.$id.'" method="post">';
|
print '<form action="'.$PHP_SELF.'?id='.$id.'" method="post">';
|
||||||
print '<input type="hidden" name="action" value="update">';
|
print '<input type="hidden" name="action" value="update">';
|
||||||
print '<table border="1" cellpadding="3" cellspacing="0">';
|
print '<table class=tablefuser border="1" cellpadding="3" cellspacing="0">';
|
||||||
|
|
||||||
print "<tr>".'<td valign="top">Nom</td>';
|
print "<tr>".'<td valign="top">Nom</td>';
|
||||||
print '<td><input size="30" type="text" name="nom" value="'.$fuser->nom.'"></td></tr>';
|
print '<td><input size="30" type="text" name="nom" value="'.$fuser->nom.'"></td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user