Mercurial > hg > soundsoftware-site
view app/views/settings/_general.rhtml @ 637:efdb97a8286c cannam
Restore Tip of the Day settings entry lost during merge of rev cd2282d2aa55
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 06 Sep 2011 12:07:46 +0100 |
parents | cd2282d2aa55 |
children |
line wrap: on
line source
<% form_tag({:action => 'edit'}) do %> <div class="box tabular settings"> <p><%= setting_text_field :app_title, :size => 30 %></p> <p><%= setting_text_area :notifications_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> <%= wikitoolbar_for 'settings_notifications_text' %> <p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> <%= wikitoolbar_for 'settings_welcome_text' %> <p><%= setting_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> <%= wikitoolbar_for 'settings_tipoftheday_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 %><br /> <em><%= 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 %><br /> <em><%= 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.format_names.collect{|name| [name, name.to_s]}, :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> <%= call_hook(:view_settings_general_form) %> </div> <%= submit_tag l(:button_save) %> <% end %>