X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..653f7c0d74ba29a761865248728db7fd439a749e:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index c8d964a59..a1b905a71 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,50 +1,46 @@
-
-
- <%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
-
- <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
- <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
-
- <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
-
-
<%= t'export.start.manually_select' %>
+
-
-
<%= t'export.start.licence' %>
-
-
-
<%= raw t'export.start.export_details' %>
-
-
-
-
<%= t'export.start.too_large.heading' %>
+
<%= t'export.start.licence' %>
+
<%= raw t 'export.start.export_details' %>
-
+
<%= t'export.start.too_large.other.title' %>
+
<%= t'export.start.too_large.other.description' %>
+
-
+
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>