fredq
05-24-2005, 06:20 PM
1. When selecting the default search results template the textarea_1 text does not conform to the odd even color scheme set in verticle.php, it is always black on white, also does not span enough columns. Here is my fix to line 50 0f the search_result_default.html.
Old line:
<tr><td colspan="5">{textarea_1}</td></tr>
New line:
<tr class="result_row_{row_num_even_odd}"><td colspan="6">{textarea_1_short}</td></tr>
2. When you select "box" for the search results template and have a listing type other that Homes the beds and baths labels plus an extra "," shows in the box. I have no fix for this one...
Thanks
FredQ
Old line:
<tr><td colspan="5">{textarea_1}</td></tr>
New line:
<tr class="result_row_{row_num_even_odd}"><td colspan="6">{textarea_1_short}</td></tr>
2. When you select "box" for the search results template and have a listing type other that Homes the beds and baths labels plus an extra "," shows in the box. I have no fix for this one...
Thanks
FredQ