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

<%= _("Your blog")%>

<%= text_field(:setting, :blog_name, {:class => 'medium', :size => this_blog.blog_name.length })%>
<%= text_field(:setting, :blog_subtitle, {:class => 'medium', :size => this_blog.blog_subtitle.length})%>
<%= text_field(:setting, :base_url, {:size => this_blog.base_url.length, :class => 'medium'})%>
<%= check_box(:setting, :allow_signup) %> <%= _("You can allow users to register to your blog. By default, they will register as contributors, an unpriviledged account level which grant them no rights but own a profile on the site. If you don't want users to register, you can thus add them by yourself in the users part of this admin.") %>.
<%= text_field(:setting, :admin_display_elements, {:size => 4, :class => 'small'})%>

<%= _("Publishing options")%>

<%= text_field(:setting, :limit_article_display, {:size => 4, :class => 'small'})%> <%= _("articles on my homepage by default")%>
<%= text_field(:setting, :limit_rss_display, {:size => 4, :class => 'small'})%> <%= _("articles in my news feed by default")%>.
<%= check_box(:setting, :show_extended_on_rss) %>
<%= text_field(:setting, :feedburner_url, :class => 'medium')%> <%= _('You can use your Google Feedburner account instead of Typo feed URL. To enable this, fill this form with your Feedburner ID.') %>
<%= hidden_field_tag 'from', 'index' %> <%= render :partial => 'submit' %> <% end %>