Файл: templates/admin/user_edit.tpl
Строк: 46
<? $this->layout('app', ['title' => 'Редактирование
пользователя']) ?>
<? $this->start('container')
?>
  <section class="pt-120 pb-90 default-bg">
       
<div class="container">
            <div
class="row">
                <div
class="col-lg-12">
<div class="post-content-block
contact-form parsley-validate" data-animate="fadeInUp">
 
                          <h4 class="font-weight-bold
mb-3">Редактирование
пользователя</h4>
                            <div
class="form-response"></div>
                          
<form method="post"
action="">
<label>Логин:</label><br/>
<input
type="text" class="form-control" name="nick"
value="<?=$user->get($_GET['id'])->nick;?>">
<br>
<label>E-Mail:</label><br/>
<input
type="text" class="form-control" name="email"
value="<?=$user->get($_GET['id'])->email;?>">
<br>
<label>QIWI:</label><br/>
<input
type="text" class="form-control" name="qiwi"
value="<?=$user->get($_GET['id'])->qiwi;?>">
<br>
<label>Яндекс
кошелек:</label><br/>
<input type="text"
class="form-control" name="login"
value="<?=$user->get($_GET['id'])->yandex;?>">
<br>
<label>Bitcoin:</label><br/>
<input
type="text" class="form-control"
name="bitcoin"
value="<?=$user->get($_GET['id'])->bitcoin;?>">
<br>
<label>Баланс:</label><br/>
<input
type="text" class="form-control" name="money"
value="<?=$user->get($_GET['id'])->money;?>">
<br>
<?=$csrf;?>
<button type="submit" class="btn"
name="submit">
Сохранить</button>
</form>
							
                   
    </div>
                    </div>
               
</div>
            </div>
         </div>  
     
</section>
<? $this->stop() ?>