<% @page_heading = _('Write') %> <% subtabs_for(:settings) %> <% form_tag :action => 'update' do %>

<%= _("Publish")%>

<%= check_box(:setting, :send_outbound_pings) %> <%= _("When publishing articles, Typo can send trackbacks to websites that you link to. This should be disabled for private blogs as it will leak non-public information to sites that you're discussing. For public blogs, there's no real point in disabling this.")%>
<%= text_area(:setting, :ping_urls, :rows => 3, :class => 'medium') %>
<%= text_field(:setting, :geourl_location, { :class => 'medium'})%> <%= _("Display")%> <%= _("your lattitude and longitude")%> (<%= _("exemple")%> 47.774,-122.201)
<%= hidden_field_tag 'from', 'write' %> <%= render :partial => 'submit' %> <% end %>