diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-09 15:38:21 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-09 15:38:21 +0100 |
commit | 93df5d34c45ed910b8be48f4857e0d46fcab18a1 (patch) | |
tree | 22900fbc615facf8befeebb9121cf2c75f1e8841 | |
parent | 1afe428d0e3a4d221bb1e67b8de357753bf00571 (diff) |
remove some currently unused clutter from map and search pages
-rw-r--r-- | www/templates/en/address_search.html | 1 | ||||
-rw-r--r-- | www/templates/en/around.html | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/templates/en/address_search.html b/www/templates/en/address_search.html index 1ad2975..af42f2b 100644 --- a/www/templates/en/address_search.html +++ b/www/templates/en/address_search.html @@ -1,7 +1,6 @@ <div data-id="locate" id="search-header" data-role="header" data-position="fixed"> <a href="#" id="locate" data-transition="slidedown" class="ui-btn-left">Locate</a> <h1>Locate</h1> - <a href="#" data-transition="slideup" class="ui-btn-right" data-icon="gear" data-iconpos="notext"></a> </div> <div class="table-cell"> <div class="container"> diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 5728da0..e8204ab 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -1,7 +1,5 @@ <div data-id="locate" id="around-header" data-role="header" data-position="fixed"> - <!--<a href="frontpage-form.html" class="ui-btn-left" data-transition="slideup">Search</a>--> <h1>Locate</h1> - <a href="settings.html" class="ui-btn-right" data-transition="slideup" data-icon="gear" data-iconpos="notext"></a> </div> <div class="table-cell"> @@ -63,7 +61,6 @@ <div id="map"></div> <p id="sub_map_links"> <a id="hide_pins_link" rel="nofollow" href="">Hide pins</a> - <a id="all_pins_link" rel="nofollow" href="">Show old</a> <a id="relocate" rel="nofollow" href="">Recenter</a> <a id="search" rel="nofollow" href="">Search</a> </p> |