I am sorry
when I said I edit it I ment I viewed it in notepad and I made sure that the line 405 is like that:
for $x($this_year-3..$this_year) {
that confirmed that I did replace the file with your new modification but I still have the same problem
so I made a search and found out that
The only file I can see from 2006 to 2010 is Seach/data/templates/Default/ReportsMgr.html
and itscode is as follow
<select size="1" name="Start_Year" class="selects"> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> </select>
at
should I change it to
<select size="1" name="Start_Year" class="selects"> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option>
</select>
Please let me know
Thanks Mostafa |