Browse Source

Adaptations frontend/user/update

dev
Guillaume Bourgeois 6 years ago
parent
commit
71ddab7c74
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      frontend/views/user/update.php

+ 5
- 5
frontend/views/user/update.php View File

@@ -47,7 +47,7 @@ $this->title = 'Mon profil' ;
?>
<div id="profil-user" class="user-update">

<h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span> Mon profil</h1>
<h1 class="title-system-order"><span class="glyphicon glyphicon-user"></span> Mon profil</h1>
<div class="user-form">

@@ -56,11 +56,11 @@ $this->title = 'Mon profil' ;
]); ?>
<h2>Informations</h2>
<?= $form->field($model, 'nom')->textInput() ?>
<?= $form->field($model, 'prenom')->textInput() ?>
<?= $form->field($model, 'telephone')->textInput() ?>
<?= $form->field($model, 'lastname')->textInput() ?>
<?= $form->field($model, 'name')->textInput() ?>
<?= $form->field($model, 'phone')->textInput() ?>
<?= $form->field($model, 'email')->textInput(['readonly' => true]); ?>
<?= $form->field($model, 'adresse')->textarea() ?>
<?= $form->field($model, 'address')->textarea() ?>
<h2>Mot de passe</h2>
<p>Renseignez les champs ci-dessous si vous souhaitez modifier votre mot de passe.</p>

Loading…
Cancel
Save