Mercurial > hg > soundsoftware-site
diff .svn/pristine/56/56d1b76f9c52ded31f616a2c7e05720e41131022.svn-base @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/56/56d1b76f9c52ded31f616a2c7e05720e41131022.svn-base Tue Sep 09 09:29:00 2014 +0100 @@ -0,0 +1,40 @@ +<%= form_tag({:action => 'edit'}) do %> + +<div class="box tabular settings"> +<p><%= setting_text_field :app_title, :size => 30 %></p> + +<p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> +<%= wikitoolbar_for 'settings_welcome_text' %> + +<p><%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p> + +<p><%= setting_text_field :per_page_options, :size => 20 %> +<em class="info"><%= l(:text_comma_separated) %></em></p> + +<p><%= setting_text_field :activity_days_default, :size => 6 %> <%= l(:label_day_plural) %></p> + +<p><%= setting_text_field :host_name, :size => 60 %> +<em class="info"><%= l(:label_example) %>: <%= @guessed_host_and_path %></em></p> + +<p><%= setting_select :protocol, [['HTTP', 'http'], ['HTTPS', 'https']] %></p> + +<p><%= setting_select :text_formatting, Redmine::WikiFormatting.formats_for_select, :blank => :label_none %></p> + +<p><%= setting_check_box :cache_formatted_text %></p> + +<p><%= setting_select :wiki_compression, [['Gzip', 'gzip']], :blank => :label_none %></p> + +<p><%= setting_text_field :feeds_limit, :size => 6 %></p> + +<p><%= setting_text_field :file_max_size_displayed, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p> + +<p><%= setting_text_field :diff_max_lines_displayed, :size => 6 %></p> + +<p><%= setting_text_field :repositories_encodings, :size => 60 %> +<em class="info"><%= l(:text_comma_separated) %></em></p> + +<%= call_hook(:view_settings_general_form) %> +</div> + +<%= submit_tag l(:button_save) %> +<% end %>