Advertisement
Guest User

Untitled

a guest
May 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. echo $form->field($model, 'email', [
  3. 'template' => '<div class="input-group">{input}<span class="input-group-btn">'.
  4. Html::submitButton(Yii::t('app', '{icon} Search', ['icon' => FA::icon('search')]), ['class' => 'btn btn-primary']).'</span></div>',
  5. ]);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement