Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="here asking me the email">
- <?php echo $form->textField($model, 'email', $model->getHtmlOptions('email')); ?>
- <?php echo $form->error($model, 'email');?>
- </div>
- <div class="here asking me the password">
- <?php echo $form->passwordField($model, 'password', $model->getHtmlOptions('password')), ; ?>
- <?php echo $form->error($model, 'password');?>
- </div>
- <div class="the buttom for send">
- <button type="submit" class="" data-loading-text="<?php echo Yii::t('app', 'Please wait, processing...');?>"><?php echo Yii::t('app', 'Login');?></button>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement