]> source.dussan.org Git - redmine.git/commit
Removed translated email templates attachments_added and document_added (no longer...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 12 Oct 2007 18:04:56 +0000 (18:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 12 Oct 2007 18:04:56 +0000 (18:04 +0000)
commitdead6a28f81cf54943691b0ce20b9501242aae07
tree53c4795d2bce93ead67b99b5be079727c6f68062
parent0682b8cfc47867a6be03f4cb7474c59a1b1b7ad7
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