add foodcoop configuration screen
This commit is contained in:
parent
dd3ac0971c
commit
7b000c39eb
20 changed files with 562 additions and 12 deletions
7
app/views/admin/configs/_tab_messages.html.haml
Normal file
7
app/views/admin/configs/_tab_messages.html.haml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
%fieldset
|
||||
%label
|
||||
%h4= t '.emails_title'
|
||||
= config_input form, :email_from, as: :string, input_html: {class: 'input-xlarge', placeholder: "#{@cfg[:name]} <#{@cfg[:contact][:email]}>"}
|
||||
= config_input form, :email_replyto, as: :string, input_html: {class: 'input-xlarge'}
|
||||
-# sender is better configured by server administrator, since it affects SPF records
|
||||
-#= config_input form, :email_sender, as: :string, input_html: {class: 'input-xlarge'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue