27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/usergroups.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/user/class/user.class.php';
33$action =
GETPOST(
'action',
'aZ09');
34$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'usernote';
36if (!isset($id) || empty($id)) {
41$langs->loadLangs(array(
'companies',
'members',
'bills',
'users'));
43$object =
new User($db);
44$object->fetch($id,
'',
'', 1);
48if (($object->id != $user->id) && (!$user->hasRight(
"user",
"user",
"read"))) {
53$permissionnote = $user->hasRight(
"user",
"self",
"write");
57if ($user->socid > 0) {
58 $socid = $user->socid;
60$feature2 = (($socid && $user->hasRight(
"user",
"self",
"write")) ?
'' :
'user');
62$result =
restrictedArea($user,
'user', $id,
'user&user', $feature2);
65$hookmanager->initHooks(array(
'usercard',
'usernote',
'globalcard'));
71$parameters = array(
'id'=>$socid);
72$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
77 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
92 $title = $langs->trans(
"User");
97 if ($user->hasRight(
"user",
"user",
"read") || $user->admin) {
98 $linkback =
'<a href="'.DOL_URL_ROOT.
'/user/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
101 $morehtmlref =
'<a href="'.DOL_URL_ROOT.
'/user/vcard.php?id='.$object->id.
'&output=file&file='.urlencode(
dol_sanitizeFileName($object->getFullName($langs).
'.vcf')).
'" class="refid" rel="noopener">';
102 $morehtmlref .=
img_picto($langs->trans(
"Download").
' '.$langs->trans(
"VCard"),
'vcard.png',
'class="valignmiddle marginleftonly paddingrightonly"');
103 $morehtmlref .=
'</a>';
105 $urltovirtualcard =
'/user/virtualcard.php?id='.((int) $object->id);
106 $morehtmlref .=
dolButtonToOpenUrlInDialogPopup(
'publicvirtualcard', $langs->transnoentitiesnoconv(
"PublicVirtualCardUrl").
' - '.$object->getFullName($langs),
img_picto($langs->trans(
"PublicVirtualCardUrl"),
'card',
'class="valignmiddle marginleftonly paddingrightonly"'), $urltovirtualcard,
'',
'nohover');
108 dol_banner_tab($object,
'id', $linkback, $user->hasRight(
"user",
"user",
"read") || $user->admin,
'rowid',
'ref', $morehtmlref);
110 print
'<div class="underbanner clearboth"></div>';
112 print
'<form method="POST" action="'.$_SERVER[
'PHP_SELF'].
'">';
113 print
'<input type="hidden" name="token" value="'.newToken().
'">';
115 print
'<div class="fichecenter">';
116 print
'<table class="border centpercent tableforfield">';
119 print
'<tr><td class="titlefield">'.$langs->trans(
"Login").
'</td>';
120 if (!empty($object->ldap_sid) && $object->statut == 0) {
121 print
'<td class="error">';
122 print $langs->trans(
"LoginAccountDisableInDolibarr");
127 if (property_exists($object,
'admin')) {
128 if (isModEnabled(
'multicompany') && !empty($object->admin) && empty($object->entity)) {
129 $addadmin .=
img_picto($langs->trans(
"SuperAdministratorDesc"),
"redstar",
'class="paddingleft"');
130 } elseif (!empty($object->admin)) {
131 $addadmin .=
img_picto($langs->trans(
"AdministratorDesc"),
"star",
'class="paddingleft"');
147 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
151 $langs->load(
"errors");
152 print $langs->trans(
"ErrorRecordNotFound");
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage Dolibarr users.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dolButtonToOpenUrlInDialogPopup($name, $label, $buttonstring, $url, $disabled='', $morecss='classlink button bordertransp', $jsonopen='', $backtopagejsfields='', $accesskey='')
Return HTML code to output a button to open a dialog popup box.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
user_prepare_head(User $object)
Prepare array with list of tabs.