浏览代码

Adaptations frontend/user/update

dev
父节点
当前提交
71ddab7c74
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      frontend/views/user/update.php

+ 5
- 5
frontend/views/user/update.php 查看文件

@@ -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>

正在加载...
取消
保存