Hi,
can anyone assist with this...
http://drupal.org/node/837112#comment-3130570
Thanks, Keith
i think you have to
a) Add a themename_preprocess_views_exposed_form(&$vars) in your theme. b) Add a template suggestion, see http://drupal.org/node/223440 for your view.
Therefore you have to user $vars['form'] and search for the view variable.
Then you can use a template per exposed form.
This might be better with vesrion 6--3 of views or by a patch already somewhere in the issue queue.
Thanks,
I'll check this out in the next day or so.
KH
Keith Hurst Based on this post http://drupal.org/node/837112#comment-3140726, I think you found the solution Please reopen the post if I'm mistaken
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
dawehneri think you have to
a) Add a themename_preprocess_views_exposed_form(&$vars) in your theme.
b) Add a template suggestion, see http://drupal.org/node/223440 for your view.
Therefore you have to user $vars['form'] and search for the view variable.
Then you can use a template per exposed form.
This might be better with vesrion 6--3 of views or by a patch already somewhere in the issue queue.
Comment #2
Keith Hurst commentedThanks,
I'll check this out in the next day or so.
KH
Comment #3
iamjon commentedKeith Hurst
Based on this post http://drupal.org/node/837112#comment-3140726, I think you found the solution
Please reopen the post if I'm mistaken