getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Retour'; $text[1] = 'Aide'; $text[2] = 'Prénom'; $text[3] = 'Nom'; $text[4] = 'Pseudo'; $text[5] = 'Signature'; $text[6] = 'Adresse mail'; $text[7] = 'Groupe'; $text[8] = 'Partage de fichiers autorisé'; $text[9] = 'Ce membre pourra téléverser ou télécharger des fichiers dans le dossier \'partage\' et ses sous-dossiers'; $text[10] = 'Autorisations :'; $text[11] = 'Accès aux pages privées membres'; $text[12] = 'Accès aux pages privées membres et éditeurs'; $text[13] = 'Informations générales'; $text[14] = 'Ajout / Édition / Suppression de pages'; $text[15] = 'Ajout / Édition / Suppression de fichiers'; $text[16] = 'Accès à toutes les pages privées'; $text[17] = 'Ajout / Édition / Suppression de dossiers'; $text[18] = 'Ajout / Édition / Suppression d\'utilisateurs'; $text[19] = 'Configuration du site'; $text[20] = 'Personnalisation du thème'; $text[21] = 'Authentification'; $text[22] = 'Identifiant'; $text[23] = 'Ancien mot de passe'; $text[24] = 'Confirmation'; $text[25] = 'Prévenir l\'utilisateur par mail'; $text[26] = 'Redirection'; $text[27] = 'Redirection après connexion'; $text[28] = 'Choisir Aucune si vous ne souhaitez pas de redirection.'; $text[29] = 'Enregistrer'; $text[30] = 'Impossible de modifier votre propre groupe.'; $text[31] = 'L\'identifiant est défini lors de la création du compte, il ne peut pas être modifié.'; $text[32] = 'Nouveau mot de passe'; $signature = $module::$signature; $groupEdits = self::$groupEdits; break; case 'en' : $text[0] = 'Back'; $text[1] = 'Help'; $text[2] = 'Vorname'; $text[3] = 'Name'; $text[4] = 'Pseudo'; $text[5] = 'Signature'; $text[6] = 'Email address'; $text[7] = 'Group'; $text[8] = 'File sharing allowed'; $text[9] = 'This member will be able to upload or download files to the \'partage\' folder and its subfolders'; $text[10] = 'Authorisations :'; $text[11] = 'Access to private member pages'; $text[12] = 'Access to members\' and editors\' private pages'; $text[13] = 'General information'; $text[14] = 'Add / Edit / Delete pages'; $text[15] = 'Add / Edit / Delete files'; $text[16] = 'Access to all private pages'; $text[17] = 'Add / Edit / Delete folders'; $text[18] = 'Add / Edit / Delete users'; $text[19] = 'Site configuration'; $text[20] = 'Theme customisation'; $text[21] = 'Authentification'; $text[22] = 'Identifier'; $text[23] = 'Old Password'; $text[24] = 'Confirmation'; $text[25] = 'Notify the user by email'; $text[26] = 'Redirection'; $text[27] = 'Redirection after login'; $text[28] = 'Select \'Aucune\' if you do not want a redirection.'; $text[29] = 'Register'; $text[30] = 'You cannot change your own group.'; $text[31] = 'The username is defined when the account is created and cannot be changed.'; $text[32] = 'New password'; $signature = $module::$signature_en; $groupEdits = self::$groupEdits_en; break; } ?>
getUser('group') === self::GROUP_ADMIN): ?> 'buttonGrey', 'href' => helper::baseUrl() . 'user', 'ico' => 'left', 'value' => $text[0] ]); ?> 'buttonGrey', 'href' => helper::baseUrl(false), 'ico' => 'home', 'value' => $text[0] ]); ?>
$text[29] ]); ?>

'off', 'disabled' => $this->getUser('group') > 2 ? false : true, 'label' => $text[2], 'value' => $this->getData(['user', $this->getUrl(2), 'firstname']) ]); ?>
'off', 'disabled' => $this->getUser('group') > 2 ? false : true, 'label' => $text[3], 'value' => $this->getData(['user', $this->getUrl(2), 'lastname']) ]); ?>
'off', 'label' => $text[4], 'value' => $this->getData(['user', $this->getUrl(2), 'pseudo']) ]); ?> $text[5], 'selected' => $this->getData(['user', $this->getUrl(2), 'signature']) ]); ?> 'off', 'label' => $text[6], 'value' => $this->getData(['user', $this->getUrl(2), 'mail']) ]); ?> getUser('group') === self::GROUP_ADMIN): ?> ($this->getUrl(2) === $this->getUser('id')), 'help' => ($this->getUrl(2) === $this->getUser('id') ? $text[30] : ''), 'label' => $text[7], 'selected' => $this->getData(['user', $this->getUrl(2), 'group']) ]); ?>
$this->getData(['user', $this->getUrl(2), 'files']), 'help' => $text[9] ]); ?>

'off', 'help' => $text[31], 'label' => $text[22], 'readonly' => true, 'value' => $this->getUrl(2) ]); ?> 'new-password', // remplace 'off' pour éviter le pré remplissage auto 'label' => $text[23] ]); ?> 'off', 'label' => $text[32] ]); ?> 'off', 'label' => $text[24] ]); ?>

$text[27], 'selected' =>$this->getData(['user', $this->getUrl(2),'redirectPageId']), 'help' => $text[28] ]); ?>