<% Editors::ALL_EDITORS.each do |editor| %>
<li><%= link_to t('layouts.edit_with', :editor => t("editor.#{editor}.description")), {:controller => 'site', :action => 'edit', :editor => editor}, {:id => editor + 'anchor', :class => "geolink llz object"} %></li>
<% end %>
- <% unless STATUS == :api_offline or STATUS == :database_offline %>
- <li><%= link_to_function(t('browse.start_rjs.data_layer_name'), 'showData()') %></li>
- <% end %>
+ <%= yield :editmenu %>
</ul>
</div>
<p><%= t 'layouts.osm_offline' %></p>
</div>
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
- <div id="sidebar-alert">
+ <div class="sidebar-alert">
<p><%= t 'layouts.osm_read_only' %></p>
</div>
<% end %>
</div>
<% end %>
- <div class="sidebar-notice">
- Scheduled service notice: OpenStreetMap database will be in read-only mode from April 1st to April 4th <a href='http://blog.osmfoundation.org/2012/03/27/service-schedule-march-april-2012/comment-page-1/'>[more]</a>
- </div>
-
<div id="left_menu" class="left_menu">
<ul>
<%= yield :left_menu %>