Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
20
app/views/settings/_users.html.erb
Normal file
20
app/views/settings/_users.html.erb
Normal file
|
@ -0,0 +1,20 @@
|
|||
<%= form_tag({:action => 'edit', :tab => 'users'}) do %>
|
||||
|
||||
<div class="box tabular settings">
|
||||
<p><%= setting_text_field :max_additional_emails, :size => 6 %></p>
|
||||
|
||||
<p><%= setting_check_box :unsubscribe %></p>
|
||||
</div>
|
||||
|
||||
<fieldset class="box tabular settings">
|
||||
<legend><%= l(:label_default_values_for_new_users) %></legend>
|
||||
|
||||
<p><%= setting_check_box :default_users_hide_mail, :label => :field_hide_mail %></p>
|
||||
|
||||
<p><%= setting_select(:default_notification_option, User.valid_notification_options.collect {|o| [l(o.last), o.first.to_s]}) %></p>
|
||||
|
||||
<p><%= setting_select :default_users_time_zone, ActiveSupport::TimeZone.all.collect {|z| [ z.to_s, z.name ]}, :label => :field_time_zone, :blank => :label_none %></p>
|
||||
</fieldset>
|
||||
|
||||
<%= submit_tag l(:button_save) %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue