%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= form_tag({:action => 'edit'}) do %>
<%= setting_text_field :app_title, :size => 30 %>
<%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'settings_welcome_text' %><%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %>
<%= setting_text_field :per_page_options, :size => 20 %>
<%= l(:text_comma_separated) %>
<%= setting_text_field :activity_days_default, :size => 6 %> <%= l(:label_day_plural) %>
<%= setting_text_field :host_name, :size => 60 %>
<%= l(:label_example) %>: <%= @guessed_host_and_path %>
<%= setting_select :protocol, [['HTTP', 'http'], ['HTTPS', 'https']] %>
<%= setting_select :text_formatting, Redmine::WikiFormatting.format_names.collect{|name| [name, name.to_s]}, :blank => :label_none %>
<%= setting_check_box :cache_formatted_text %>
<%= setting_select :wiki_compression, [['Gzip', 'gzip']], :blank => :label_none %>
<%= setting_text_field :feeds_limit, :size => 6 %>
<%= setting_text_field :file_max_size_displayed, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %>
<%= setting_text_field :diff_max_lines_displayed, :size => 6 %>
<%= call_hook(:view_settings_general_form) %>