Ajout lien vers le setup
This commit is contained in:
parent
3dffd942e5
commit
a684943f38
@ -32,17 +32,24 @@ $langs->load("users");
|
|||||||
|
|
||||||
$user->getrights('users');
|
$user->getrights('users');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
|
|
||||||
print_titre($langs->trans("MenuUsersAndGroups"));
|
print_titre($langs->trans("MenuUsersAndGroups"));
|
||||||
|
|
||||||
print '<table border="0" width="100%">';
|
print '<table border="0" width="100%">';
|
||||||
|
|
||||||
print '<tr><td valign="top" width="30%">';
|
print '<tr><td valign="top" width="30%">';
|
||||||
|
|
||||||
|
if ($user->admin)
|
||||||
|
{
|
||||||
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
|
$var=false;
|
||||||
|
print '<tr '.$bc[$var].'><td>';
|
||||||
|
print '<a href="admin">'.$langs->trans("Setup").'</a>';
|
||||||
|
print "</td></tr></table><br>\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recherche Group
|
* Recherche Group
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user