Hi

If you want to change the opportunity sales stage drop down in the opportunities modul advanced search panel to a much handier multi-select field for more useful filter options g to the 'sugarroot'/modules/Opportunities/ and look for SearchForm.html.

Replace

<select tabindex='2' name='sales_stage'>{SALES_STAGE_OPTIONS}</select>

with

<select tabindex='2' size=4 name='sales_stage[]' multiple="multiple">{SALES_STAGE_OPTIONS}</select>


Always backup before!

Cheers