[drupal-devel] [bug] Search box for pushbutton and bluemarin themes
maca
drupal-devel at drupal.org
Tue Jun 7 10:24:25 UTC 2005
Issue status update for http://drupal.org/node/24461
Project: Drupal
Version: 4.6.0
Component: theme system
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: maca
Updated by: maca
Status: patch
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}" />
maca
More information about the drupal-devel
mailing list