Logo white

Eugeny Galkovskiy / kbenergy_new

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • kbenergy_new
  • backend
  • views
  • settings
  • _mail_tab.php
  • big shot
    9f55ae51
    Timur Kastemirov authored
    2018-01-25 19:18:08 +0200  
    Browse Code ยป
_mail_tab.php 415 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?php
    
    use common\models\Mail;
    use yii\bootstrap\ActiveForm;
    use yii\web\View;
    
    /**
     * @var View       $this
     * @var Mail       $mail
     * @var ActiveForm $form
     */
    
    echo $form->field($mail, 'host')
              ->textInput();
    
    echo $form->field($mail, 'user')
              ->textInput();
    
    echo $form->field($mail, 'pass')
              ->textInput();