Skip to content
Snippets Groups Projects
Commit 459cb554 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Le lien configuration est précédé du picto setup.

parent 1bd0b3de
No related branches found
No related tags found
No related merge requests found
...@@ -33,21 +33,17 @@ $user->getrights('users'); ...@@ -33,21 +33,17 @@ $user->getrights('users');
llxHeader(); llxHeader();
print_titre($langs->trans("MenuUsersAndGroups"));
$lien="";
if ($user->admin) $lien='<a href="'.DOL_URL_ROOT.'/user/admin/index.php">'.img_picto($langs->trans("Setup"),"setup").' '.$langs->trans("Setup").'</a>';
print_fiche_titre($langs->trans("MenuUsersAndGroups"),$lien);
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";
}
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment