Ignore:
Timestamp:
03/16/2006 05:30:30 AM (6 years ago)
Author:
cirrus
Message:

Added: Custom maps support. Ability to enable/disable map types (e.g. satellite, hybrid, etc.). Closes #100
Bugfix: Fixed foreach array error. Closes #98
Change: Gearth now uses title_small for the filename.
Change: Gearth default zoom location now calculated from the config file min/max lon/lat options.
Change: Suggest search minor javascript change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/includes/main_menu.tpl

    r157 r159  
    8484                                                                                        <td> 
    8585                                                                                                <div> 
    86                                                                                                 <input type="text" id="q" name="q" autocomplete="off" onkeydown="if(hov!=-1) this.value = origval;" onfocus="hover('',this.value);" onkeyup="hover(event.keyCode,this.value);"  onblur="setTimeout('hideSearch()',500); hov=0;" /> 
     86                                                                                                <input type="text" id="q" name="q" autocomplete="off" onkeydown="" onfocus="hover('',this.value);" onkeyup="hover(event.keyCode,this.value);"  onblur="setTimeout('hideSearch()',500); hov=0;" /> 
    8787                                                                                                </div> 
    8888                                                                                                <div align="left" id="searchResult" name="searchResult" style="font-family:Arial; font-size:12px; background-color: white; border:#000000 dashed 1px; padding:0px; display: none; position: absolute; width: 150px;"></div> 
Note: See TracChangeset for help on using the changeset viewer.