[drupal-devel] [bug] Search box for pushbutton and bluemarin themes
Thox
drupal-devel at drupal.org
Tue Jun 7 10:33:53 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: Thox
Status: patch
This is already fixed in CVS HEAD.
Thox
Previous comments:
------------------------------------------------------------------------
June 7, 2005 - 11:24 : maca
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}" />
More information about the drupal-devel
mailing list