[drupal-devel] [bug] Search box for pushbutton and bluemarin themes
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
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}" />
participants (2)
-
maca -
Thox