Logo white

Alexey Boroda / kristal-estet

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • kristal-estet
  • backend
  • views
  • settings
  • _mail_tab.php
  • -Persones ready
    8ccb8fe5
    Alexey Boroda authored
    2017-09-29 11:06:07 +0300  
    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();