diff options
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r-- | templates/chimere/main_map.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html index a14ea3f..76b46fd 100644 --- a/templates/chimere/main_map.html +++ b/templates/chimere/main_map.html @@ -24,11 +24,13 @@ {% block sidebar %} <div class='sidebar-handler' id='sidebar-handler-hide'> </div> - <div id='action-panel'> + <div id='action-panel'{% if has_search %} class='three'{% endif %}> <ul id='map-actions' class='action'> <li id='action-categories' class='state-active'> <label>{% trans "Categories" %}</label> - </li>{% if itinerary_form %} + </li>{% if has_search %}<li id='action-search'> + <label>{% trans "Search" %}</label> + </li>{% endif %}{% if itinerary_form %} <li id='action-routing'> <label>{% trans "Routing" %}</label> </li>{% endif %} |