Email from value taken from the settings
This commit is contained in:
parent
de4f781a2b
commit
2b112b0d99
@ -1,7 +1,8 @@
|
|||||||
<%# Redmine plugin for Document Management System "Features"
|
<%# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
||||||
|
# Copyright (C) 2011-14 Karel Pičman <karel.picman@kontron.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
@ -34,7 +35,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<p>
|
<p>
|
||||||
<%= label_tag('', "#{l(:label_email_from)}:") %>
|
<%= label_tag('', "#{l(:label_email_from)}:") %>
|
||||||
<i><%= h(User.current.mail) %></i>
|
<i><%= h(Setting.mail_from) %></i>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<%= label_tag('email[to]', "#{l(:label_email_to)}:") %>
|
<%= label_tag('email[to]', "#{l(:label_email_to)}:") %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user