Removed translated email templates attachments_added and document_added (no longer...
commit024f86a56c1e82e9502f7eaddd1477bd68644704
authorjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Fri, 12 Oct 2007 18:04:56 +0000 (12 18:04 +0000)
committerjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Fri, 12 Oct 2007 18:04:56 +0000 (12 18:04 +0000)
tree53c4795d2bce93ead67b99b5be079727c6f68062
parentec6db5b7504eefbacf4474e0ff748c4fe604dd1c
Removed translated email templates attachments_added and document_added (no longer usefull).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@834 e93f8b46-1217-0410-a6f0-8f06a7374b81
32 files changed:
app/controllers/documents_controller.rb
app/controllers/projects_controller.rb
app/models/mailer.rb
app/views/mailer/attachments_add.rhtml [deleted file]
app/views/mailer/attachments_add_bg.rhtml [deleted file]
app/views/mailer/attachments_add_de.rhtml [deleted file]
app/views/mailer/attachments_add_fr.rhtml [deleted file]
app/views/mailer/attachments_add_it.rhtml [deleted file]
app/views/mailer/attachments_add_ja.rhtml [deleted file]
app/views/mailer/attachments_add_nl.rhtml [deleted file]
app/views/mailer/attachments_add_pl.rhtml [deleted file]
app/views/mailer/attachments_add_pt-br.rhtml [deleted file]
app/views/mailer/attachments_add_pt.rhtml [deleted file]
app/views/mailer/attachments_add_sv.rhtml [deleted file]
app/views/mailer/attachments_add_zh.rhtml [deleted file]
app/views/mailer/attachments_added.text.html.rhtml [new file with mode: 0644]
app/views/mailer/attachments_added.text.plain.rhtml [new file with mode: 0644]
app/views/mailer/document_add.rhtml [deleted file]
app/views/mailer/document_add_bg.rhtml [deleted file]
app/views/mailer/document_add_de.rhtml [deleted file]
app/views/mailer/document_add_fr.rhtml [deleted file]
app/views/mailer/document_add_it.rhtml [deleted file]
app/views/mailer/document_add_ja.rhtml [deleted file]
app/views/mailer/document_add_nl.rhtml [deleted file]
app/views/mailer/document_add_pl.rhtml [deleted file]
app/views/mailer/document_add_pt-br.rhtml [deleted file]
app/views/mailer/document_add_pt.rhtml [deleted file]
app/views/mailer/document_add_sv.rhtml [deleted file]
app/views/mailer/document_add_zh.rhtml [deleted file]
app/views/mailer/document_added.text.html.rhtml [new file with mode: 0644]
app/views/mailer/document_added.text.plain.rhtml [new file with mode: 0644]
test/unit/mailer_test.rb