Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

quick find box


andrew4545

Recommended Posts

Posted

I want to be able to move the quick find button under the quick find box rather than next to it..

I have tried many things, im sure there is a simple way of doing just can't see how..

Any Ideas??

Posted

In catalog/includes/boxes/search.php find

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

Change to

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . '<br>' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...