From a200e97667a7367945389b5b6934c4a04d33f750 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 21 Oct 2007 14:10:07 +0000 Subject: * Emails footer can now be customized from the admin interface (Admin -> Email notifications). * Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/admin_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/admin_controller.rb') diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index bceab361c..b448affcc 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -49,6 +49,7 @@ class AdminController < ApplicationController @notifiables = %w(issue_added issue_updated news_added document_added file_added message_posted) if request.post? Setting.notified_events = (params[:notified_events] || []) + Setting.emails_footer = params[:emails_footer] if params[:emails_footer] flash[:notice] = l(:notice_successful_update) redirect_to :controller => 'admin', :action => 'mail_options' end -- cgit v1.2.3