Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php
  2.  
  3. switch ($form['#id']) {
  4. case 'views-exposed-form-search-page-search-page':
  5. $form['actions']['#attributes']['class'][] = 'input-group-btn';
  6. $form['actions']['submit']['#attributes']['class'][] = 'icon glyphicon glyphicon-search';
  7. $form['actions']['submit']['#value'] = '';
  8. $form['keys']['#attributes']['data-toggle'] = 'tooltip';
  9. $form['keys']['#attributes']['placeholder'] = 'Search in Blogs';
  10. $form['keys']['#attributes']['title'] = 'Search in Blogs';
  11. break;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement