##// END OF EJS Templates
Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue....
Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue. git-svn-id: http://redmine.rubyforge.org/svn/trunk@590 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r545:70374d084e19
r587:fd2839c833b6
Show More
_form.rhtml
14 lines | 436 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'message' %>
<div class="box">
<!--[form:message]-->
<p><label><%= l(:field_subject) %></label><br />
<%= f.text_field :subject, :required => true, :size => 80 %></p>
<p><%= f.text_area :content, :required => true, :cols => 80, :rows => 15, :class => 'wiki-edit' %></p>
<%= wikitoolbar_for 'message_content' %>
<!--[eoform:message]-->
<span class="tabular">
<%= render :partial => 'attachments/form' %>
</div>