[9.2.03] Llibellés
This commit is contained in:
parent
76248deccf
commit
6b05cd1b90
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
## Version 9.2.02
|
## Version 9.2.02
|
||||||
- Correction :
|
- Correction :
|
||||||
- Gestion d'erreur lors de l'installation automatisé d'une mise à jour
|
- Gestion d'erreur lors de l'installation automatisée d'une mise à jour
|
||||||
|
|
||||||
## Version 9.2.01
|
## Version 9.2.01
|
||||||
- Corrections :
|
- Corrections :
|
||||||
|
@ -92,7 +92,7 @@ class install extends common {
|
|||||||
$userMail,
|
$userMail,
|
||||||
'Installation de votre site',
|
'Installation de votre site',
|
||||||
'Bonjour' . ' <strong>' . $userFirstname . ' ' . $userLastname . '</strong>,<br><br>' .
|
'Bonjour' . ' <strong>' . $userFirstname . ' ' . $userLastname . '</strong>,<br><br>' .
|
||||||
'Vous trouverez ci-dessous les détails de votre installation.<br><br>' .
|
'Voici les détails de votre installation.<br><br>' .
|
||||||
'<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' .
|
'<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' .
|
||||||
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>' .
|
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>' .
|
||||||
'<strong>Mot de passe du compte :</strong> ' . $this->getInput('installPassword')
|
'<strong>Mot de passe du compte :</strong> ' . $this->getInput('installPassword')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<p>Veuillez saisir les champs ci-dessous afin de terminer l'installation.</p>
|
<p>Renseignez les champs ci-dessous pour finaliser l'installation.</p>
|
||||||
<?php echo template::formOpen('installForm'); ?>
|
<?php echo template::formOpen('installForm'); ?>
|
||||||
<?php echo template::text('installId', [
|
<?php echo template::text('installId', [
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user