Hi,

can anyone assist with this...

http://drupal.org/node/837112#comment-3130570

Thanks,
Keith

Comments

dawehner’s picture

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.

Keith Hurst’s picture

Thanks,

I'll check this out in the next day or so.

KH

iamjon’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.