Hi drupies,
there is a small bug in %subj%. File xtemplate.xtmpl contain:

<input class="form-text" type="text" size="15" value="" name="keys" alt="{search_description}" />

If you search from this box you receive no results. This is my patch:

<input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="{search_description}" />

Comments

Thox’s picture

This is already fixed in CVS HEAD.

chx’s picture

Version: 4.6.0 »

Then set it to fixed.

maca’s picture

Assigned: Unassigned » maca

I am stupid & blind. There is no bug. I used theme files from my previous Drupal 4.5.0 installation. Sorry for waste your time.