Hi everyone. Can somebody help me? There is a bug inside quick_search_form 2. It’s not important in English but in other languages it is. I just need to exchange the location of two parameters but I couldn’t find where I can do this. "Sex" and "LookingFor" should be position vice versa. Thanks
<div class="form_advanced_wrapper simple_search_form2_wrapper">
<table class="form_advanced_table" cellpadding="0" cellspacing="0">
<thead class="">
<tr class="headers">
<th class="block_header" colspan="2">
Опции
</th>
</tr>
</thead>
<tbody >
<tr >
<td class="caption">
Я:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_checkbox_set">
<div class="form_input_checkbox_set" name="LookingFor">
<input class="form_input_checkbox" type="checkbox" name="LookingFor[]" value="male" id="simple_search_form2_input_LookingFor___male" checked="checked" /><label for="simple_search_form2_input_LookingFor___male">Мужчину</label> <input class="form_input_checkbox" type="checkbox" name="LookingFor[]" value="female" id="simple_search_form2_input_LookingFor___female" /><label for="simple_search_form2_input_LookingFor___female">Женщину</label>
</div>
<div class="input_close input_close_checkbox_set"></div>
</div>
<img class="warn" alt="error" src="http://mysite/templates/base/images/icons/exclamation.png" float_info=" " />
<div class="clear_both"></div>
</td>
</tr> <tr >
<td class="caption">
Ищу:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_select">
<select class="form_input_select" name="Sex">
<option value="male" >Мужчина</option> <option value="female" selected="selected">Женщина</option>
</select>
<div class="input_close input_close_select"></div>
</div>